Displaying 1 result from an estimated 1 matches for "ssh_disconnect_illegal_user_name".
2005 Dec 01
1
Sending SSH_MSG_DISCONNECT before dropping connections
...NECT_CONNECTION_LOST 10
SSH_DISCONNECT_BY_APPLICATION 11
SSH_DISCONNECT_TOO_MANY_CONNECTIONS 12
SSH_DISCONNECT_AUTH_CANCELLED_BY_USER 13
SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE 14
SSH_DISCONNECT_ILLEGAL_USER_NAME 15
----------------------------------------------------------
If a SSH_DISCONNECT_TOO_MANY_CONNECTIONS disconnect message was to be sent
before the connection is closed how far would the SSH connection setup need
to go before this could be done?
The draft says it can be sen...