Searched refs:check_rhosts_file (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | auth-rhosts.c | 39 check_rhosts_file(const char *filename, const char *hostname, in check_rhosts_file() function 207 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2_raw() 213 if (check_rhosts_file(_PATH_SSH_HOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2_raw() 273 if (check_rhosts_file(buf, hostname, ipaddr, client_user, pw->pw_name)) { in auth_rhosts2_raw()
|