Lines Matching refs:ssh_program
176 char *ssh_program = _PATH_SSH_PROGRAM; variable
390 ssh_program, host, in do_cmd2()
404 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
418 execvp(ssh_program, args.list); in do_cmd2()
419 perror(ssh_program); in do_cmd2()
502 addargs(&args, "%s", ssh_program); in main()
576 ssh_program = xstrdup(optarg); in main()
1022 if (do_cmd(ssh_program, host, user, port, 1, "sftp", in do_sftp_connect()
1130 if (do_cmd(ssh_program, host, suser, sport, 0, in toremote()
1161 addargs(&alist, "%s", ssh_program); in toremote()
1213 if (do_cmd(ssh_program, thost, tuser, tport, 0, in toremote()
1297 if (do_cmd(ssh_program, host, suser, sport, 0, bp, in tolocal()