Home
last modified time | relevance | path

Searched refs:SSH_CMSG_AUTH_RHOSTS_RSA (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh1.h67 #define SSH_CMSG_AUTH_RHOSTS_RSA 35 /* user,mod (s,mpi) */ macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth1.c53 case SSH_CMSG_AUTH_RHOSTS_RSA: in get_authname()
215 case SSH_CMSG_AUTH_RHOSTS_RSA: in do_authloop()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c341 packet_start(SSH_CMSG_AUTH_RHOSTS_RSA); in try_rhosts_rsa_authentication()