Home
last modified time | relevance | path

Searched refs:hostkeyalgorithms (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/openssh/
Dreadconf.h69 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
Dsshconnect2.c153 best = first_alg(options.hostkeyalgorithms); in order_hostkeyalgs()
159 ret = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs()
167 oavail = avail = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs()
238 if (options.hostkeyalgorithms == NULL || in ssh_kex2()
239 options.hostkeyalgorithms[0] == '-' || in ssh_kex2()
240 options.hostkeyalgorithms[0] == '+') in ssh_kex2()
245 if ((r = kex_assemble_names(&options.hostkeyalgorithms, in ssh_kex2()
269 compat_pkalg_proposal(ssh, options.hostkeyalgorithms); in ssh_kex2()
Dservconf.h127 char *hostkeyalgorithms; /* SSH2 server key types */ member
Dreadconf.c1455 charptr = &options->hostkeyalgorithms; in process_config_line_depth()
2387 options->hostkeyalgorithms = NULL; in initialize_options()
2774 free(o->hostkeyalgorithms); in free_options()
3304 if ((r = kex_assemble_names(&o->hostkeyalgorithms, kex_default_pk_alg(), in dump_client_config()
3368 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms); in dump_client_config()
Dservconf.c132 options->hostkeyalgorithms = NULL; in initialize_server_options()
237 ASSEMBLE(hostkeyalgorithms, def_key, all_key); in assemble_algorithms()
1547 charptr = &options->hostkeyalgorithms; in process_server_config_line_depth()
2985 dump_cfg_string(sHostKeyAlgorithms, o->hostkeyalgorithms); in dump_config()
Dsshd.c619 if (match_pattern_list(s, options.hostkeyalgorithms, 0) != 1) {
Dclientloop.c2207 const char *hostkeyalgs = options.hostkeyalgorithms; in key_accepted_by_hostkeyalgs()
DChangeLog5715 upstream: Specify hostkeyalgorithms in SSHFP test.