Searched refs:auth_rhosts2 (Results 1 - 3 of 3) sorted by relevance
/external/openssh/ |
H A D | auth-rhosts.c | 193 return auth_rhosts2(pw, client_user, hostname, ipaddr); 205 debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s", 317 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, function
|
H A D | auth2-hostbased.c | 164 if (auth_rhosts2(pw, cuser, chost, chost) == 0) 172 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) 176 debug2("userauth_hostbased: access allowed by auth_rhosts2");
|
H A D | auth.h | 109 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
|
Completed in 176 milliseconds