Searched refs:proxy_command (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | sshconnect.c | 74 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) in ssh_proxy_connect() argument 94 xasprintf(&tmp, "exec %s", proxy_command); in ssh_proxy_connect() 313 int want_keepalive, int needpriv, const char *proxy_command) in ssh_connect() argument 324 if (proxy_command != NULL) in ssh_connect() 325 return ssh_proxy_connect(host, port, proxy_command); in ssh_connect() 629 if (options.proxy_command == NULL) { in check_host_key() 643 strcmp(hostname, ip) == 0 || options.proxy_command != NULL)) in check_host_key()
|
| D | ssh.c | 658 if (options.proxy_command != NULL && in main() 659 strcmp(options.proxy_command, "none") == 0) { in main() 660 xfree(options.proxy_command); in main() 661 options.proxy_command = NULL; in main() 694 options.proxy_command) != 0) in main()
|
| D | readconf.h | 75 char *proxy_command; /* Proxy command for connecting the host. */ member
|
| D | readconf.c | 592 charptr = &options->proxy_command; in process_config_line() 1014 options->proxy_command = NULL; in initialize_options()
|