Home | History | Annotate | Download | only in openssh

Lines Matching refs:ssh_program

148 char *ssh_program = _PATH_SSH_PROGRAM;
150 /* This is used to store the pid of ssh_program */
236 ssh_program, host,
271 replacearg(&args, 0, "%s", ssh_program);
280 execvp(ssh_program, args.list);
281 perror(ssh_program);
311 ssh_program, host,
320 replacearg(&args, 0, "%s", ssh_program);
329 execvp(ssh_program, args.list);
330 perror(ssh_program);
391 addargs(&args, "%s", ssh_program);
446 ssh_program = xstrdup(optarg);
618 addargs(&alist, "%s", ssh_program);