Skip to content

SSH.DisconnectReason

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

SSH.DisconnectReason

Enumeration

Protected Enum DisconnectReason
  HostNotAllowed
  ProtocolError
  KeyExchangeFailed
  Reserved
  MACError
  CompressionError
  ServiceNotAvailable
  ProtocolVersionNotSupported
  HostKeyNotVerifiable
  ConnectionLost
  AppRequested
  TooManyConnections
  AuthCanceledByUser
  NoMoreAuthMethodsAvailable
  IllegalUsername

Remarks

Used in the Session class to indicate the reason for disconnecting.

See also

Clone this wiki locally