Searched refs:hostkeyalgorithms (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | readconf.h | 69 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
|
| H A D | sshconnect2.c | 148 best = first_alg(options.hostkeyalgorithms); in order_hostkeyalgs() 154 ret = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs() 162 oavail = avail = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs() 232 if (options.hostkeyalgorithms == NULL || in ssh_kex2() 233 options.hostkeyalgorithms[0] == '-' || in ssh_kex2() 234 options.hostkeyalgorithms[0] == '+') in ssh_kex2() 239 if ((r = kex_assemble_names(&options.hostkeyalgorithms, in ssh_kex2() 264 compat_pkalg_proposal(ssh, options.hostkeyalgorithms); in ssh_kex2()
|
| H A D | servconf.h | 127 char *hostkeyalgorithms; /* SSH2 server key types */ member
|
| H A D | readconf.c | 1446 charptr = &options->hostkeyalgorithms; in process_config_line_depth() 2382 options->hostkeyalgorithms = NULL; in initialize_options() 2766 free(o->hostkeyalgorithms); in free_options() 3294 if ((r = kex_assemble_names(&o->hostkeyalgorithms, kex_default_pk_alg(), in dump_client_config() 3357 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms); in dump_client_config()
|
| H A D | servconf.c | 132 options->hostkeyalgorithms = NULL; in initialize_server_options() 236 ASSEMBLE(hostkeyalgorithms, def_key, all_key); in assemble_algorithms() 1541 charptr = &options->hostkeyalgorithms; in process_server_config_line_depth() 2967 dump_cfg_string(sHostKeyAlgorithms, o->hostkeyalgorithms); in dump_config()
|
| H A D | sshd.c | 623 if (match_pattern_list(s, options.hostkeyalgorithms, 0) != 1) {
|
| H A D | clientloop.c | 2182 const char *hostkeyalgs = options.hostkeyalgorithms; in key_accepted_by_hostkeyalgs()
|
| H A D | ChangeLog | 477 upstream: Specify hostkeyalgorithms in SSHFP test.
|