Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h75 int ignore_rhosts; /* Ignore .rhosts and .shosts. */ member
Dauth-rhosts.c302 if (options.ignore_rhosts) { in auth_rhosts2()
Dservconf.c95 options->ignore_rhosts = -1; in initialize_server_options()
230 if (options->ignore_rhosts == -1) in fill_default_server_options()
231 options->ignore_rhosts = 1; in fill_default_server_options()
1147 intptr = &options->ignore_rhosts; in process_server_config_line()
2251 dump_cfg_fmtint(sIgnoreRhosts, o->ignore_rhosts); in dump_config()