Lines Matching refs:proxy_command
89 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
97 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
115 const char *host_arg, u_short port, const char *proxy_command) in ssh_proxy_fdpass_connect() argument
129 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
197 u_short port, const char *proxy_command) in ssh_proxy_connect() argument
212 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
552 if (options.proxy_command == NULL) { in ssh_connect()
555 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
568 options.proxy_command); in ssh_connect()
571 options.proxy_command); in ssh_connect()
648 if (options.proxy_command == NULL) { in get_hostfile_hostname_ipaddr()
1017 strcmp(hostname, ip) == 0 || options.proxy_command != NULL)) in check_host_key()