Home | History | Annotate | Download | only in openssh

Lines Matching refs:ssh_program

2089 	char *ssh_program = _PATH_SSH_PROGRAM, *sftp_direct = NULL;
2106 addargs(&args, "%s", ssh_program);
2197 ssh_program = optarg;
2198 replacearg(&args, 0, "%s", ssh_program);
2252 connect_to_server(ssh_program, args.list, &in, &out);