Searched refs:hostkeyalgorithms (Results 1 – 7 of 7) sorted by relevance
69 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
123 char *hostkeyalgorithms; /* SSH2 server key types */ member
122 oavail = avail = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs()174 if (options.hostkeyalgorithms == NULL || in ssh_kex2()175 options.hostkeyalgorithms[0] == '-' || in ssh_kex2()176 options.hostkeyalgorithms[0] == '+') in ssh_kex2()181 if (kex_assemble_names(&options.hostkeyalgorithms, in ssh_kex2()206 compat_pkalg_proposal(options.hostkeyalgorithms); in ssh_kex2()
1307 charptr = &options->hostkeyalgorithms; in process_config_line_depth()1956 options->hostkeyalgorithms = NULL; in initialize_options()2700 if ((r = kex_assemble_names(&o->hostkeyalgorithms, kex_default_pk_alg(), in dump_client_config()2762 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms); in dump_client_config()
131 options->hostkeyalgorithms = NULL; in initialize_server_options()232 ASSEMBLE(hostkeyalgorithms, def_key, all_key); in assemble_algorithms()1509 charptr = &options->hostkeyalgorithms; in process_server_config_line_depth()2859 dump_cfg_string(sHostKeyAlgorithms, o->hostkeyalgorithms); in dump_config()
608 if (match_pattern_list(s, options.hostkeyalgorithms, 0) != 1) {
2071 const char *hostkeyalgs = options.hostkeyalgorithms; in key_accepted_by_hostkeyalgs()