Searched refs:hostkeyalgorithms (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshconnect2.c | 98 if (!key_type_allowed(hostkey, options.hostkeyalgorithms)) { in verify_host_key_callback() 151 best = first_alg(options.hostkeyalgorithms); in order_hostkeyalgs() 157 ret = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs() 165 oavail = avail = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs() 239 if (options.hostkeyalgorithms == NULL || in ssh_kex2() 240 options.hostkeyalgorithms[0] == '-' || in ssh_kex2() 241 options.hostkeyalgorithms[0] == '+') in ssh_kex2() 246 if ((r = kex_assemble_names(&options.hostkeyalgorithms, in ssh_kex2() 259 hkalgs ? hkalgs : options.hostkeyalgorithms); in ssh_kex2()
|
| H A D | readconf.h | 68 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
|
| H A D | sshd-auth.c | 223 if (match_pattern_list(s, options.hostkeyalgorithms, 0) != 1) { in append_hostkey_type()
|
| H A D | servconf.h | 188 SSHCONF_STRING(hostkeyalgorithms, HostKeyAlgorithms, SSHCFG_GLOBAL, SSHCFG_COPY_NONE) \
|
| H A D | readconf.c | 1642 charptr = &options->hostkeyalgorithms; in process_config_line_depth() 2739 options->hostkeyalgorithms = NULL; in initialize_options() 3146 free(o->hostkeyalgorithms); in free_options() 3740 if ((r = kex_assemble_names(&o->hostkeyalgorithms, kex_default_pk_alg(), in dump_client_config() 3809 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms); in dump_client_config()
|
| H A D | servconf.c | 228 ASSEMBLE(hostkeyalgorithms, def_key, all_key); in assemble_algorithms() 1385 charptr = &options->hostkeyalgorithms; in process_server_config_line_depth() 4285 dump_cfg_string(sHostKeyAlgorithms, o->hostkeyalgorithms); in dump_config()
|
| H A D | sshconnect.c | 767 const char *hostkeyalgs = options.hostkeyalgorithms; in hostkey_accepted_by_hostkeyalgs()
|
| H A D | ChangeLog | 1722 upstream: Use supported hostkeyalgorithms specifically in
|