Home | History | Annotate | Download | only in dropbear

Lines Matching refs:ssh_program

102 char *ssh_program = _PATH_SSH_PROGRAM;
104 /* This is used to store the pid of ssh_program */
176 ssh_program, host,
198 replacearg(&args, 0, "%s", ssh_program);
222 replacearg(&args, 0, "%s", ssh_program);
229 execvp(ssh_program, args.list);
230 perror(ssh_program);
313 addargs(&args, "%s", ssh_program);
357 ssh_program = xstrdup(optarg);
488 addargs(&alist, "%s", ssh_program);