Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth-rhosts.c306 if (options.ignore_rhosts == IGNORE_RHOSTS_YES || in auth_rhosts2()
307 (options.ignore_rhosts == IGNORE_RHOSTS_SHOSTS && in auth_rhosts2()
H A Dservconf.h109 int ignore_rhosts; /* Ignore .rhosts and .shosts. */ member
H A Dservconf.c89 options->ignore_rhosts = -1; in initialize_server_options()
304 if (options->ignore_rhosts == -1) in fill_default_server_options()
305 options->ignore_rhosts = 1; in fill_default_server_options()
1468 intptr = &options->ignore_rhosts; in process_server_config_line_depth()
2832 M_CP_INTOPT(ignore_rhosts); in copy_set_server_options()
3143 dump_cfg_fmtint(sIgnoreRhosts, o->ignore_rhosts); in dump_config()