Module userauth

Source
Expand description

Messages involved in the SSH’s authentication (SSH-USERAUTH) part of the protocol, as defined in the RFC 4252 and RFC 4256.

Structs§

Banner
The SSH_MSG_USERAUTH_BANNER message.
Failure
The SSH_MSG_USERAUTH_FAILURE message.
InfoRequest
The SSH_MSG_USERAUTH_INFO_REQUEST message.
InfoRequestPrompt
A prompt in the SSH_MSG_USERAUTH_INFO_REQUEST message.
InfoResponse
The SSH_MSG_USERAUTH_INFO_RESPONSE message.
PasswdChangereq
The SSH_MSG_USERAUTH_PASSWD_CHANGEREQ message.
PkOk
The SSH_MSG_USERAUTH_PK_OK message.
Request
The SSH_MSG_USERAUTH_REQUEST message.
Success
The SSH_MSG_USERAUTH_SUCCESS message.

Enums§

Method
The authentication method in the SSH_MSG_USERAUTH_REQUEST message.