Searched defs:cuser (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth-rh-rsa.c | 34 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, in auth_rhosts_rsa_key_allowed() 55 auth_rhosts_rsa(struct passwd *pw, char *cuser, Key *client_host_key) in auth_rhosts_rsa()
|
H A D | auth2-hostbased.c | 62 char *pkalg, *cuser, *chost, *service; in userauth_hostbased() local 162 hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, in hostbased_key_allowed()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | auth.h | 99 char *cuser; /* client side user, needed for setting member
|