Table of Contents

Namespace Renci.SshNet.Messages.Transport

Classes

DebugMessage

Represents SSH_MSG_DEBUG message.

DisconnectMessage

Represents SSH_MSG_DISCONNECT message.

IgnoreMessage

Represents SSH_MSG_IGNORE message.

KeyExchangeDhGroupExchangeGroup

Represents SSH_MSG_KEX_DH_GEX_GROUP message.

KeyExchangeDhReplyMessage

Represents SSH_MSG_KEXDH_REPLY message.

KeyExchangeEcdhReplyMessage

Represents SSH_MSG_KEXECDH_REPLY message.

KeyExchangeInitMessage

Represents SSH_MSG_KEXINIT message.

NewKeysMessage

Represents SSH_MSG_NEWKEYS message.

ServiceAcceptMessage

Represents SSH_MSG_SERVICE_ACCEPT message.

ServiceRequestMessage

Represents SSH_MSG_SERVICE_REQUEST message.

UnimplementedMessage

Represents SSH_MSG_UNIMPLEMENTED message.

Interfaces

IKeyExchangedAllowed

Indicates that message that implement this interface is allowed during key exchange phase.

Enums

DisconnectReason

Provides list of disconnect reason as specified by the protocol.