Lines Matching refs:ssh_program
158 const char *ssh_program = RESCUEDIR "/ssh"; variable
160 const char *ssh_program = _PATH_SSH_PROGRAM; variable
347 ssh_program, host, in do_cmd2()
361 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
375 execvp(ssh_program, args.list); in do_cmd2()
376 perror(ssh_program); in do_cmd2()
457 addargs(&args, "%s", ssh_program); in main()
531 ssh_program = xstrdup(optarg); in main()
976 if (do_cmd(ssh_program, host, user, port, 1, "sftp", in do_sftp_connect()
1084 if (do_cmd(ssh_program, host, suser, sport, 0, in toremote()
1115 addargs(&alist, "%s", ssh_program); in toremote()
1167 if (do_cmd(ssh_program, thost, tuser, tport, 0, in toremote()
1251 if (do_cmd(ssh_program, host, suser, sport, 0, bp, in tolocal()