Searched refs:auth_rhosts2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth2-hostbased.c | 193 if (auth_rhosts2(pw, cuser, chost, chost) == 0) { in hostbased_key_allowed() 204 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { in hostbased_key_allowed()
|
H A D | auth.h | 136 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
|
H A D | auth-rhosts.c | 191 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() function
|