Lines Matching refs:ssh_program
148 char *ssh_program = _PATH_SSH_PROGRAM; variable
334 ssh_program, host, in do_cmd2()
348 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
362 execvp(ssh_program, args.list); in do_cmd2()
363 perror(ssh_program); in do_cmd2()
444 addargs(&args, "%s", ssh_program); in main()
518 ssh_program = xstrdup(optarg); in main()
961 if (do_cmd(ssh_program, host, user, port, 1, "sftp", in do_sftp_connect()
1069 if (do_cmd(ssh_program, host, suser, sport, 0, in toremote()
1100 addargs(&alist, "%s", ssh_program); in toremote()
1152 if (do_cmd(ssh_program, thost, tuser, tport, 0, in toremote()
1236 if (do_cmd(ssh_program, host, suser, sport, 0, bp, in tolocal()