Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh1.h37 #define SSH_CMSG_AUTH_RHOSTS 5 /* user (string) */ macro
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth1.c55 case SSH_CMSG_AUTH_RHOSTS: in get_authname()
195 case SSH_CMSG_AUTH_RHOSTS: in do_authloop()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c1213 packet_start(SSH_CMSG_AUTH_RHOSTS); in ssh_userauth1()