Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c87 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
93 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
106 const char *proxy_command) in ssh_proxy_fdpass_connect() argument
120 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
185 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) in ssh_proxy_connect() argument
200 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
510 if (options.proxy_command == NULL) { in ssh_connect()
513 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
518 options.proxy_command); in ssh_connect()
520 return ssh_proxy_connect(host, port, options.proxy_command); in ssh_connect()
[all …]
Dssh.c384 direct = option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
739 if (options.proxy_command != NULL) in main()
743 options.proxy_command = xstrdup("none"); in main()
1057 direct = option_clear_or_none(options.proxy_command) && in main()
1062 option_clear_or_none(options.proxy_command), in main()
1065 if (option_clear_or_none(options.proxy_command)) in main()
1100 if (options.proxy_command != NULL) in main()
1105 xasprintf(&options.proxy_command, in main()
1125 options.proxy_command); in main()
1135 if (options.proxy_command != NULL && in main()
[all …]
Dreadconf.h80 char *proxy_command; /* Proxy command for connecting the host. */ member
Dreadconf.c1135 charptr = &options->proxy_command; in process_config_line_depth()
1828 options->proxy_command = NULL; in initialize_options()
2086 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2312 active &= o->proxy_command == NULL && o->jump_host == NULL; in parse_jump()
2338 o->proxy_command = xstrdup("none"); in parse_jump()
2666 dump_cfg_string(oProxyCommand, o->proxy_command); in dump_client_config()
Dclientloop.c1532 } else if (!option_clear_or_none(options.proxy_command) || in client_loop()