SSH_MSG_USERAUTH_SUCCESS
E42558
SSH_MSG_USERAUTH_SUCCESS is an SSH protocol message indicating that a user's authentication has completed successfully, as specified in RFC 4252.
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf |
SSH protocol message type
→
authentication message → |
| allows |
opening of SSH channels
→
start of SSH connection protocol for the user session → |
| belongsToProtocol |
SSH-2
→
|
| category |
security protocol message
→
|
| definedIn |
RFC 4252
→
|
| doesNotContain |
additional authentication data
→
authentication method field → service name field → user name field → |
| encoding |
network byte order
→
|
| followsMessage |
SSH_MSG_USERAUTH_REQUEST
→
|
| hasAbbreviationContext |
SSH user authentication success message
→
|
| hasDirection |
server-to-client
→
|
| hasField |
message number only
→
|
| hasMessageNumber |
52
→
|
| hasNumericCodeRangeContext |
SSH transport layer message space 1–255
→
|
| hasPayloadStructure |
byte SSH_MSG_USERAUTH_SUCCESS
→
|
| hasStatusSemantics |
final success indicator for authentication exchange
→
|
| indicates |
successful completion of user authentication
→
|
| introducedIn |
SSH protocol version 2
→
|
| mayBeFollowedBy |
SSH_MSG_DISCONNECT if later errors occur
→
|
| partOf |
SSH authentication phase
→
|
| precedesMessage |
SSH_MSG_CHANNEL_OPEN
→
SSH_MSG_GLOBAL_REQUEST → |
| relatedTo |
SSH_MSG_USERAUTH_BANNER
→
SSH_MSG_USERAUTH_INFO_REQUEST → SSH_MSG_USERAUTH_INFO_RESPONSE → SSH_MSG_USERAUTH_PK_OK → |
| requiresPrior |
SSH_MSG_KEXINIT
→
SSH_MSG_NEWKEYS → |
| securityRole |
confirms that the server has accepted the user identity
→
|
| semanticallyOppositeOf |
SSH_MSG_USERAUTH_FAILURE
→
|
| sentBy |
SSH server
→
|
| sentTo |
SSH client
→
|
| specifiedInSection |
RFC 4252, Section 5
→
|
| transportLayer |
SSH binary packet protocol
→
|
| triggersStateChange |
client enters authenticated state
→
|
| usedAfter |
completion of required authentication methods
→
successful verification of user credentials → |
| usedIn |
SSH user authentication protocol
→
|
| usedInContext |
SSH-based application protocols
→
automated SSH key-based authentication → interactive SSH logins → |
| usedWithService |
ssh-connection
→
ssh-userauth → |
Referenced by (1)
| Subject (surface form when different) | Predicate |
|---|---|
|
RFC 4252
→
|
definesMessageType |