Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h78 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
Dreadconf.c736 if (*activep && options->hostkeyalgorithms == NULL) in process_config_line()
737 options->hostkeyalgorithms = xstrdup(arg); in process_config_line()
1162 options->hostkeyalgorithms = NULL; in initialize_options()
Dsshconnect2.c189 if (options.hostkeyalgorithms != NULL) in ssh_kex2()
191 options.hostkeyalgorithms; in ssh_kex2()