ssh login fails: receive packet: type 51

revision 2cb016b573c7dd9272f5c4bf9472f1911da2246e

raw

phork0.rst

http://www.snailbook.com/docs/assigned-numbers.txt 4.1.2. Initial Assignments

System Message: ERROR/3 (<stdin>, line 3)

Unexpected indentation.
Message ID Value Reference ----------- ----- --------- SSH_MSG_USERAUTH_REQUEST 50 [SSH-USERAUTH] SSH_MSG_USERAUTH_FAILURE 51 [SSH-USERAUTH]

http://www.snailbook.com/docs/userauth.txt 6. Authentication Protocol Message Numbers

System Message: ERROR/3 (<stdin>, line 12)

Unexpected indentation.

These are the general authentication message codes:

SSH_MSG_USERAUTH_REQUEST 50 SSH_MSG_USERAUTH_FAILURE 51 SSH_MSG_USERAUTH_SUCCESS 52 SSH_MSG_USERAUTH_BANNER 53
  1. Public Key Authentication Method: "publickey"

The following method-specific message numbers are used by the "publickey" authentication method.

SSH_MSG_USERAUTH_PK_OK 60

History