Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dservconf.h60 int ignore_rhosts; /* Ignore .rhosts and .shosts. */ member
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-rhosts.c267 if (options.ignore_rhosts) { in auth_rhosts2_raw()
H A Dservconf.c83 options->ignore_rhosts = -1; in initialize_server_options()
266 if (options->ignore_rhosts == -1) in fill_default_server_options()
267 options->ignore_rhosts = 1; in fill_default_server_options()
917 intptr = &options->ignore_rhosts; in process_server_config_line()