Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/ssh/include/
H A Dreadconf.h112 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c715 if (*activep && options->hostkeyalgorithms == NULL) in process_config_line()
716 options->hostkeyalgorithms = xstrdup(arg); in process_config_line()
966 options->hostkeyalgorithms = NULL; in initialize_options()
/onnv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c137 if (options.hostkeyalgorithms != NULL) in ssh_kex2()
139 options.hostkeyalgorithms; in ssh_kex2()