Home
last modified time | relevance | path

Searched refs:userauth (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c229 int (*userauth)(Authctxt *authctxt); member
260 void userauth(Authctxt *, char *);
372 userauth(Authctxt *authctxt, char *authlist) in userauth() function
390 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 …]
/titanic_41/usr/src/cmd/ssh/include/
H A Dauth.h167 void (*userauth)(Authctxt *authctxt); member
/titanic_41/usr/src/cmd/ssh/
H A DREADME.altprivsep337 - 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
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2.c242 m->userauth(authctxt); in input_userauth_request()
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog882 make userauth+pubkey interop with ssh.com-2.2.0