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

  /external/openssh/
servconf.h 67 int ignore_rhosts; /* Ignore .rhosts and .shosts. */ member in struct:__anon12461
auth-rhosts.c 182 * true if authentication succeeds. If ignore_rhosts is true, only
294 if (options.ignore_rhosts) {
servconf.c 82 options->ignore_rhosts = -1;
188 if (options->ignore_rhosts == -1)
189 options->ignore_rhosts = 1;
907 intptr = &options->ignore_rhosts;
    [all...]

Completed in 37 milliseconds