Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dservconf.h59 int ignore_rhosts; /* Ignore .rhosts and .shosts. */ member
Dservconf.c68 options->ignore_rhosts = -1; in initialize_server_options()
152 if (options->ignore_rhosts == -1) in fill_default_server_options()
153 options->ignore_rhosts = 1; in fill_default_server_options()
752 intptr = &options->ignore_rhosts; in process_server_config_line()
1463 dump_cfg_fmtint(sIgnoreRhosts, o->ignore_rhosts); in dump_config()
Dauth-rhosts.c290 if (options.ignore_rhosts) { in auth_rhosts2_raw()