Lines Matching refs:ssh_program
149 char *ssh_program = _PATH_SSH_PROGRAM; variable
237 ssh_program, host, in do_cmd()
272 replacearg(&args, 0, "%s", ssh_program); in do_cmd()
281 execvp(ssh_program, args.list); in do_cmd()
282 perror(ssh_program); in do_cmd()
312 ssh_program, host, in do_cmd2()
321 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
330 execvp(ssh_program, args.list); in do_cmd2()
331 perror(ssh_program); in do_cmd2()
392 addargs(&args, "%s", ssh_program); in main()
447 ssh_program = xstrdup(optarg); in main()
639 addargs(&alist, "%s", ssh_program); in toremote()