Searched refs:jump_host (Results 1 – 3 of 3) sorted by relevance
175 char *jump_host; member236 const char *portstr, const char *user, const char *jump_host);
675 jmphost = option_clear_or_none(options->jump_host) ? in expand_match_exec_or_include_path()676 "" : options->jump_host; in expand_match_exec_or_include_path()1487 if (options->jump_host != NULL) in process_config_line_depth()1488 charptr = &options->jump_host; /* Skip below */ in process_config_line_depth()2625 options->jump_host = NULL; in initialize_options()2962 if (options->jump_host != NULL && in fill_default_options()2963 strcmp(options->jump_host, "none") == 0 && in fill_default_options()2965 free(options->jump_host); in fill_default_options()2966 options->jump_host = NULL; in fill_default_options()3074 free(o->jump_host); in free_options()[all …]
466 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()