Home
last modified time | relevance | path

Searched refs:jump_host (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dreadconf.h175 char *jump_host; member
236 const char *portstr, const char *user, const char *jump_host);
H A Dreadconf.c773 "" : options->jump_host; in match_cfg_line()
1440 if (options->jump_host != NULL) in process_config_line_depth()
2573 options->jump_host = NULL; in initialize_options()
2910 if (options->jump_host != NULL && in fill_default_options()
2913 free(options->jump_host); in fill_default_options()
2914 options->jump_host = NULL; in fill_default_options()
3022 free(o->jump_host); in free_options()
3295 o->jump_host = host; in parse_jump()
3699 if (o->jump_host == NULL) in dump_client_config()
3704 strspn(o->jump_host, "1234567890.") == strlen(o->jump_host); in dump_client_config()
[all …]
H A Dssh.c466 option_clear_or_none(options.jump_host); in resolve_canonicalize()
901 if (options.jump_host != NULL) { in main()
1251 option_clear_or_none(options.jump_host); in main()
1297 if (options.jump_host != NULL) { in main()
1308 if (strcmp(options.jump_host, host) == 0 && port == jumpport && in main()
1310 fatal("jumphost loop via %s", options.jump_host); in main()
1344 options.jump_host); in main()
1436 cinfo->jmphost = xstrdup(options.jump_host == NULL ? in main()
1437 "" : options.jump_host); in main()