Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dauth.h317 #define AUTH_FAIL_MSG "Too many authentication failures for %.100s" macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth1.c386 packet_disconnect(AUTH_FAIL_MSG, authctxt->user); in do_authloop()
H A Dauth2.c377 packet_disconnect(AUTH_FAIL_MSG, authctxt->user); in userauth_finish()