HomeSort by relevance Sort by last modified time
    Searched full:ignore_user_known_hosts (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth2-hostbased.c 215 options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE);
221 options.ignore_user_known_hosts ? NULL :
servconf.h 76 int ignore_user_known_hosts; /* Ignore ~/.ssh/known_hosts member in struct:__anon29004
servconf.c 96 options->ignore_user_known_hosts = -1;
232 if (options->ignore_user_known_hosts == -1)
233 options->ignore_user_known_hosts = 0;
    [all...]

Completed in 196 milliseconds