search for: ssh_disconnect_protocol_error

Displaying 2 results from an estimated 2 matches for "ssh_disconnect_protocol_error".

2005 Dec 01
1
Sending SSH_MSG_DISCONNECT before dropping connections
...is displayed in this table for readability but that the values are actually uint32 values. Symbolic name reason code ------------- ----------- SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT 1 SSH_DISCONNECT_PROTOCOL_ERROR 2 SSH_DISCONNECT_KEY_EXCHANGE_FAILED 3 SSH_DISCONNECT_RESERVED 4 SSH_DISCONNECT_MAC_ERROR 5 SSH_DISCONNECT_COMPRESSION_ERROR 6 SSH_DISCONNECT_SERV...
2003 May 12
3
[Bug 561] Please implement MaxAuthTries
...onnect to OpenSSH, it can happen that a user has many keys and this results in a failure to log in due to "Too many authentication failures". The problem is documented at http://www.tartarus.org/~simon/puttydoc/Chapter10.html#10.5 : 10.5 "Server sent disconnect message type 2 (SSH_DISCONNECT_PROTOCOL_ERROR): "Too many authentication failures for root"" This message is produced by an OpenSSH (or Sun SSH) server if it receives more failed authentication attempts than it is willing to tolerate. This can easily happen if you are using Pageant and have a large number of keys load...