Lines Matching refs:ssh_program
172 char *ssh_program = _PATH_SSH_PROGRAM; variable
364 ssh_program, host, in do_cmd2()
376 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
390 execvp(ssh_program, args.list); in do_cmd2()
391 perror(ssh_program); in do_cmd2()
475 addargs(&args, "%s", ssh_program); in main()
549 ssh_program = xstrdup(optarg); in main()
965 if (do_cmd(ssh_program, host, user, port, 1, "sftp", in do_sftp_connect()
1071 if (do_cmd(ssh_program, host, suser, sport, 0, in toremote()
1102 addargs(&alist, "%s", ssh_program); in toremote()
1149 if (do_cmd(ssh_program, thost, tuser, tport, 0, in toremote()
1233 if (do_cmd(ssh_program, host, suser, sport, 0, bp, in tolocal()