Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h176 char *jump_host; member
240 const char *portstr, const char *user, const char *jump_host);
H A Dreadconf.c666 jmphost = option_clear_or_none(options->jump_host) ? in expand_match_exec_or_include_path()
667 "" : options->jump_host; in expand_match_exec_or_include_path()
2749 options->jump_host = NULL; in initialize_options()
3088 if (options->jump_host != NULL && in fill_default_options()
3089 strcmp(options->jump_host, "none") == 0 && in fill_default_options()
3091 free(options->jump_host); in fill_default_options()
3092 options->jump_host = NULL; in fill_default_options()
3201 free(o->jump_host); in free_options()
3472 if (active && o->jump_host == NULL) { in parse_jump()
3473 o->jump_host = xstrdup("none"); in parse_jump()
[all …]
H A Dssh.c454 option_clear_or_none(options.jump_host); in resolve_canonicalize()
879 if (options.jump_host != NULL) { in main()
1245 option_clear_or_none(options.jump_host); in main()
1293 if (options.jump_host != NULL) { in main()
1304 if (strcmp(options.jump_host, host) == 0 && port == jumpport && in main()
1306 fatal("jumphost loop via %s", options.jump_host); in main()
1341 options.jump_host); in main()
1434 cinfo->jmphost = xstrdup(options.jump_host == NULL ? in main()
1435 "" : options.jump_host); in main()