SSHDisconnectionCode
public enum SSHDisconnectionCode : Int
Undocumented
-
Undocumented
Declaration
Swift
case hostNotAllowedToConnect = 1 -
Undocumented
Declaration
Swift
case protocolError = 2 -
Undocumented
Declaration
Swift
case keyExchangeFailed = 3 -
Undocumented
Declaration
Swift
case reserved = 4 -
Undocumented
Declaration
Swift
case macError = 5 -
Undocumented
Declaration
Swift
case compressionError = 6 -
Undocumented
Declaration
Swift
case serviceNotAvailable = 7 -
Undocumented
Declaration
Swift
case protocolVersionNotSupported = 8 -
Undocumented
Declaration
Swift
case hostKeyNotVerifiable = 9 -
Undocumented
Declaration
Swift
case connectionLost = 10 -
Undocumented
Declaration
Swift
case byApplication = 11 -
Undocumented
Declaration
Swift
case tooManyConnections = 12 -
Undocumented
Declaration
Swift
case authenticationCancelledByUser = 13 -
Undocumented
Declaration
Swift
case noMoreAuthenticationMethodsAvailable = 14 -
Undocumented
Declaration
Swift
case illegalUserName = 15
View on GitHub
SSHDisconnectionCode Enumeration Reference