Searched refs:hostkeyalgorithms (Results 1 – 7 of 7) sorted by relevance
75 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
100 char *hostkeyalgorithms; /* SSH2 server key types */ member
112 options->hostkeyalgorithms = NULL; in initialize_server_options()187 &o->hostkeyalgorithms) != 0 || in assemble_algorithms()1193 charptr = &options->hostkeyalgorithms; in process_server_config_line()2319 dump_cfg_string(sHostKeyAlgorithms, o->hostkeyalgorithms ? in dump_config()2320 o->hostkeyalgorithms : KEX_DEFAULT_PK_ALG); in dump_config()
180 if (options.hostkeyalgorithms != NULL) { in ssh_kex2()182 &options.hostkeyalgorithms) != 0) in ssh_kex2()185 compat_pkalg_proposal(options.hostkeyalgorithms); in ssh_kex2()188 options.hostkeyalgorithms = xstrdup(KEX_DEFAULT_PK_ALG); in ssh_kex2()
1229 charptr = &options->hostkeyalgorithms; in process_config_line_depth()1822 options->hostkeyalgorithms = NULL; in initialize_options()2507 if (kex_assemble_names(KEX_DEFAULT_PK_ALG, &o->hostkeyalgorithms) != 0) in dump_client_config()2575 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms); in dump_client_config()
2401 const char *hostkeyalgs = options.hostkeyalgorithms != NULL ? in key_accepted_by_hostkeyalgs()2402 options.hostkeyalgorithms : KEX_DEFAULT_PK_ALG; in key_accepted_by_hostkeyalgs()
701 options.hostkeyalgorithms, 0) != 1) {