Home
last modified time | relevance | path

Searched refs:proxy_command (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c87 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
95 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
113 const char *host_arg, u_short port, const char *proxy_command) in ssh_proxy_fdpass_connect() argument
128 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
196 u_short port, const char *proxy_command) in ssh_proxy_connect() argument
211 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
604 if (options.proxy_command == NULL) { in ssh_connect()
607 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
620 options.proxy_command); in ssh_connect()
623 options.proxy_command); in ssh_connect()
[all …]
H A Dssh.c456 direct = option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
888 if (options.proxy_command != NULL) in main()
892 options.proxy_command = xstrdup("none"); in main()
1241 direct = option_clear_or_none(options.proxy_command) && in main()
1311 if (options.proxy_command != NULL) in main()
1316 xasprintf(&options.proxy_command, in main()
1337 options.proxy_command); in main()
1347 if (options.proxy_command != NULL && in main()
1348 strcmp(options.proxy_command, "-") == 0 && in main()
1598 if (addrs == NULL && options.proxy_command == NULL) { in main()
H A Dreadconf.h91 char *proxy_command; /* Proxy command for connecting the host. */ member
H A Dclientloop.c1479 } else if (!option_clear_or_none(options.proxy_command) || in client_loop()