Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c98 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 Dreadconf.h68 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
H A Dsshd-auth.c223 if (match_pattern_list(s, options.hostkeyalgorithms, 0) != 1) { in append_hostkey_type()
H A Dservconf.h188 SSHCONF_STRING(hostkeyalgorithms, HostKeyAlgorithms, SSHCFG_GLOBAL, SSHCFG_COPY_NONE) \
H A Dreadconf.c1642 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 Dservconf.c228 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 Dsshconnect.c767 const char *hostkeyalgs = options.hostkeyalgorithms; in hostkey_accepted_by_hostkeyalgs()
H A DChangeLog1722 upstream: Use supported hostkeyalgorithms specifically in