HomeSort by relevance Sort by last modified time
    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:__anon25839
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 63 milliseconds