Module ssh_packet::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§

  • The SSH_MSG_USERAUTH_BANNER message.
  • The SSH_MSG_USERAUTH_FAILURE message.
  • The SSH_MSG_USERAUTH_INFO_REQUEST message.
  • A prompt in the SSH_MSG_USERAUTH_INFO_REQUEST message.
  • The SSH_MSG_USERAUTH_INFO_RESPONSE message.
  • The SSH_MSG_USERAUTH_PASSWD_CHANGEREQ message.
  • The SSH_MSG_USERAUTH_PK_OK message.
  • The SSH_MSG_USERAUTH_REQUEST message.
  • The SSH_MSG_USERAUTH_SUCCESS message.

Enums§

  • The authentication method in the SSH_MSG_USERAUTH_REQUEST message.