Home
last modified time | relevance | path

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

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