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

/freebsd-10.0-release/crypto/openssh/
H A Dauth-rhosts.c182 * true if authentication succeeds. If ignore_rhosts is true, only
294 if (options.ignore_rhosts) {
H A Dservconf.h76 int ignore_rhosts; /* Ignore .rhosts and .shosts. */ member in struct:__anon4965
H A Dservconf.c91 options->ignore_rhosts = -1;
208 if (options->ignore_rhosts == -1)
209 options->ignore_rhosts = 1;
1065 intptr = &options->ignore_rhosts;
2037 dump_cfg_fmtint(sIgnoreRhosts, o->ignore_rhosts);

Completed in 113 milliseconds