Lines Matching refs:proxy_command
88 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
96 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
114 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()
551 if (options.proxy_command == NULL) { in ssh_connect()
554 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
567 options.proxy_command); in ssh_connect()
570 options.proxy_command); in ssh_connect()
647 if (options.proxy_command == NULL) { in get_hostfile_hostname_ipaddr()
993 strcmp(hostname, ip) == 0 || options.proxy_command != NULL)) in check_host_key()