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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h80 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ member in struct:__anon4957
H A Dreadconf.c223 { "hostkeyalgorithms", oHostKeyAlgorithms },
791 if (*activep && options->hostkeyalgorithms == NULL)
792 options->hostkeyalgorithms = xstrdup(arg);
1279 options->hostkeyalgorithms = NULL;
1403 /* options->hostkeyalgorithms, default set in myproposals.h */
H A Dsshconnect2.c200 if (options.hostkeyalgorithms != NULL)
202 options.hostkeyalgorithms;

Completed in 87 milliseconds