OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostkeyalgorithms
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
readconf.h
78
char *
hostkeyalgorithms
; /* SSH2 server key types in order of preference. */
member in struct:__anon12454
readconf.c
211
{ "
hostkeyalgorithms
", oHostKeyAlgorithms },
736
if (*activep && options->
hostkeyalgorithms
== NULL)
737
options->
hostkeyalgorithms
= xstrdup(arg);
[
all
...]
sshconnect2.c
189
if (options.
hostkeyalgorithms
!= NULL)
191
options.
hostkeyalgorithms
;
[
all
...]
Completed in 345 milliseconds