Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h69 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
H A Dsshconnect2.c150 best = first_alg(options.hostkeyalgorithms); in order_hostkeyalgs()
156 ret = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs()
164 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()
256 hkalgs ? hkalgs : options.hostkeyalgorithms); in ssh_kex2()
H A Dservconf.h136 char *hostkeyalgorithms; /* SSH2 server key types */ member
H A Dreadconf.c1600 charptr = &options->hostkeyalgorithms; in process_config_line_depth()
2615 options->hostkeyalgorithms = NULL; in initialize_options()
3020 free(o->hostkeyalgorithms); in free_options()
3560 if ((r = kex_assemble_names(&o->hostkeyalgorithms, kex_default_pk_alg(), in dump_client_config()
3628 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms); in dump_client_config()
H A Dservconf.c132 options->hostkeyalgorithms = NULL; in initialize_server_options()
255 ASSEMBLE(hostkeyalgorithms, def_key, all_key); in assemble_algorithms()
1592 charptr = &options->hostkeyalgorithms; in process_server_config_line_depth()
3306 dump_cfg_string(sHostKeyAlgorithms, o->hostkeyalgorithms); in dump_config()
H A Dsshd-session.c454 if (match_pattern_list(s, options.hostkeyalgorithms, 0) != 1) { in append_hostkey_type()
H A Dsshconnect.c729 const char *hostkeyalgs = options.hostkeyalgorithms; in hostkey_accepted_by_hostkeyalgs()
H A DChangeLog6254 mutates options.hostkeyalgorithms which renders the check ineffective.