Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-rhosts.c171 static const char *rhosts_files[] = {".shosts", ".rhosts", NULL}; in auth_rhosts2_raw() local
188 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2_raw()
192 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
200 if (!rhosts_files[rhosts_file_index] && in auth_rhosts2_raw()
244 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2_raw()
248 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
269 rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
275 rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()