Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c63 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) in ssh_proxy_connect() argument
85 for (cp = proxy_command; *cp && isspace(*cp) ; cp++) in ssh_proxy_connect()
92 for (cp = proxy_command; *cp; cp++) { in ssh_proxy_connect()
319 int needpriv, const char *proxy_command) in ssh_connect() argument
345 if (proxy_command != NULL) in ssh_connect()
346 return ssh_proxy_connect(host, port, proxy_command); in ssh_connect()
632 if (options.proxy_command == NULL) { in check_host_key()
645 (local || strcmp(host, ip) == 0 || options.proxy_command != NULL)) in check_host_key()
H A Dssh.c663 options.proxy_command) != 0) {
/onnv-gate/usr/src/cmd/ssh/include/
H A Dreadconf.h116 char *proxy_command; /* Proxy command for connecting the host. */ member
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c639 charptr = &options->proxy_command; in process_config_line()
971 options->proxy_command = NULL; in initialize_options()