Lines Matching refs:ssh_program
176 char *ssh_program = _PATH_SSH_PROGRAM; variable
388 ssh_program, host, in do_cmd2()
402 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
416 execvp(ssh_program, args.list); in do_cmd2()
417 perror(ssh_program); in do_cmd2()
500 addargs(&args, "%s", ssh_program); in main()
574 ssh_program = xstrdup(optarg); in main()
1020 if (do_cmd(ssh_program, host, user, port, 1, "sftp", in do_sftp_connect()
1128 if (do_cmd(ssh_program, host, suser, sport, 0, in toremote()
1159 addargs(&alist, "%s", ssh_program); in toremote()
1211 if (do_cmd(ssh_program, thost, tuser, tport, 0, in toremote()
1295 if (do_cmd(ssh_program, host, suser, sport, 0, bp, in tolocal()