Searched refs:kex_algorithms (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | readconf.h | 70 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
|
H A D | servconf.h | 116 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member
|
H A D | readconf.c | 1548 if (*activep && options->kex_algorithms == NULL) in process_config_line_depth() 1549 options->kex_algorithms = xstrdup(arg); in process_config_line_depth() 2562 options->kex_algorithms = NULL; in initialize_options() 2876 ASSEMBLE(kex_algorithms, def_kex, all_kex); in fill_default_options() 2969 free(o->kex_algorithms); in free_options() 3582 dump_cfg_string(oKexAlgorithms, o->kex_algorithms); in dump_client_config()
|
H A D | servconf.c | 157 options->kex_algorithms = NULL; in initialize_server_options() 236 ASSEMBLE(kex_algorithms, def_kex, all_kex); in assemble_algorithms() 1931 if (options->kex_algorithms == NULL) in process_server_config_line_depth() 1932 options->kex_algorithms = xstrdup(arg); in process_server_config_line_depth() 3181 dump_cfg_string(sKexAlgorithms, o->kex_algorithms); in dump_config()
|
H A D | PROTOCOL | 145 initial SSH2_MSG_KEXINIT kex_algorithms field. The client may append 146 "kex-strict-c-v00@openssh.com" to its kex_algorithms and the server
|
H A D | sshd.c | 2498 kex_proposal_populate_entries(ssh, myproposal, options.kex_algorithms,
|
H A D | sshconnect2.c | 256 options.kex_algorithms, options.ciphers, options.macs, in ssh_kex2()
|