Searched refs:ssh_program (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/crypto/openssh/
H A Dscp.c149 char *ssh_program = _PATH_SSH_PROGRAM; variable
151 /* This is used to store the pid of ssh_program */
237 ssh_program, host,
272 replacearg(&args, 0, "%s", ssh_program);
281 execvp(ssh_program, args.list);
282 perror(ssh_program);
312 ssh_program, host,
321 replacearg(&args, 0, "%s", ssh_program);
330 execvp(ssh_program, args.list);
331 perror(ssh_program);
[all...]
H A Dsftp.c2240 char *ssh_program = _PATH_SSH_PROGRAM, *sftp_direct = NULL; local
2259 addargs(&args, "%s", ssh_program);
2358 ssh_program = optarg;
2359 replacearg(&args, 0, "%s", ssh_program);
2413 connect_to_server(ssh_program, args.list, &in, &out);

Completed in 113 milliseconds