Searched refs:userauth (Results 1 – 5 of 5) sorted by relevance
229 int (*userauth)(Authctxt *authctxt); member260 void userauth(Authctxt *, char *);372 userauth(Authctxt *authctxt, char *authlist) in userauth() function390 if (method->userauth(authctxt) != 0) { in userauth()466 userauth(authctxt, authlist); in input_userauth_failure()540 userauth(authctxt, NULL); in input_userauth_pk_ok()640 userauth(authctxt,NULL); in input_gssapi_response()647 userauth(authctxt,NULL); in input_gssapi_response()658 userauth(authctxt,NULL); in input_gssapi_response()682 userauth(authctxt,NULL); in input_gssapi_response()[all …]
167 void (*userauth)(Authctxt *authctxt); member
337 - evaluation of ~/.ssh/authorized_keys (for pubkey userauth)338 - evaluation of known hosts files (for hostbased userauth)339 - evaluation of .shosts/.rhosts files (for hostbased userauth)674 http://www.ietf.org/internet-drafts/draft-ietf-secsh-userauth-21.txt
242 m->userauth(authctxt); in input_userauth_request()
882 make userauth+pubkey interop with ssh.com-2.2.0