Searched refs:jump_host (Results 1 – 3 of 3) sorted by relevance
174 char *jump_host; member237 const char *portstr, const char *user, const char *jump_host);
678 jmphost = option_clear_or_none(options->jump_host) ? in expand_match_exec_or_include_path()679 "" : options->jump_host; in expand_match_exec_or_include_path()1533 if (options->jump_host != NULL) in process_config_line_depth()1534 charptr = &options->jump_host; /* Skip below */ in process_config_line_depth()2693 options->jump_host = NULL; in initialize_options()3031 if (options->jump_host != NULL && in fill_default_options()3032 strcmp(options->jump_host, "none") == 0 && in fill_default_options()3034 free(options->jump_host); in fill_default_options()3035 options->jump_host = NULL; in fill_default_options()3143 free(o->jump_host); in free_options()[all …]
467 option_clear_or_none(options.jump_host); in resolve_canonicalize()909 if (options.jump_host != NULL) { in main()1264 option_clear_or_none(options.jump_host); in main()1310 if (options.jump_host != NULL) { in main()1321 if (strcmp(options.jump_host, host) == 0 && port == jumpport && in main()1323 fatal("jumphost loop via %s", options.jump_host); in main()1357 options.jump_host); in main()1448 cinfo->jmphost = xstrdup(options.jump_host == NULL ? in main()1449 "" : options.jump_host); in main()