Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Constant | Value | Description |
---|---|---|
kErrorAgentProtocol | -42 |
Invalid agent protocol. |
kErrorAlloc | -6 |
Out of memory. |
kErrorAuthenticationFailed | -18 |
Authentication failed. |
kErrorBadSocket | -45 |
Bad socket handle. |
kErrorBadUse | -39 |
Bad use. |
kErrorBannerRecv | -2 |
Failed to receive banner. |
kErrorBannerSend | -3 |
Failed to send banner. |
kErrorBufferTooSmall | -38 |
Memory buffer is too small. |
kErrorChannelClosed | -26 |
Channel is already closed. |
kErrorChannelEofSent | -27 |
Chanel sent EOF. |
kErrorChannelFailure | -21 |
Generic error on a channel. |
kErrorChannelOutoforder | -20 |
Channel commands out of order. |
kErrorChannelPacketExceeded | -25 |
Channel packet exceeded. |
kErrorChannelRequestDenied | -22 |
Channel request denied. |
kErrorChannelUnknown | -23 |
Unknown channel. |
kErrorChannelWindowExceeded | -24 |
Channel window exceeded. |
kErrorChannelWindowFull | -47 |
Channel window is full. |
kErrorCompress | -40 |
Compression error. |
kErrorDecrypt | -12 |
Error with decryption. |
kErrorEagain | -37 |
Please try again later. |
kErrorEncrypt | -44 |
Error on encrypting. |
kErrorFile | -16 |
File IO error. |
kErrorHostkeyInit | -10 |
Failed to init host key. |
kErrorHostkeySign | -11 |
Failed to sign host key. |
kErrorInval | -34 |
Input value error. |
kErrorInvalidMac | -4 |
Invalid MAC address. |
kErrorInvalidPollType | -35 |
Invalid poll type. |
kErrorKexFailure | -5 |
Key exchange failed. |
kErrorKeyExchangeFailure | -8 |
Key exchange failed. |
kErrorKeyfileAuthFailed | -48 |
Authorization with key file failed. |
kErrorKnownHosts | -46 |
Unknown host. |
kErrorMethodNone | -17 |
No method. |
kErrorMethodNotSupported | -33 |
Method not supported. |
kErrorNone | 0 |
No error. |
kErrorOutOfBoundary | -41 |
Out of Boundary. |
kErrorPasswordExpired | -15 |
Password expired. |
kErrorProto | -14 |
Protocol error. |
kErrorPublickeyProtocol | -36 |
Publickey protocol failed. |
kErrorPublickeyUnverified | -19 |
Publickey is not verified. |
kErrorRequestDenied | -32 |
Request denied. |
kErrorScpProtocol | -28 |
Error with SCP protocol. |
kErrorSftpProtocol | -31 |
Error with SFTP protocol. |
kErrorSocketDisconnect | -13 |
Socket got disconnected. |
kErrorSocketNone | -1 |
No socket error. |
kErrorSocketRecv | -43 |
Socket receive failed. |
kErrorSocketSend | -7 |
Socket send failed. |
kErrorSocketTimeout | -30 |
Socket timeout. |
kErrorTimeout | -9 |
Timeout. |
kErrorZlib | -29 |
Error with zlib (Compression). |
Constant | Value | Description |
---|---|---|
kFlagCompress | 2 | Set options for the created session. flag is the option to set, while value is typically set to 1 or 0 to enable or disable the option. more |
kFlagSigPipe | 1 | Set options for the created session. flag is the option to set, while value is typically set to 1 or 0 to enable or disable the option. more |
Constant | Value | Description |
---|---|---|
kHostKeyHashMD5 | 1 |
MD5 |
kHostKeyHashSHA1 | 2 |
SHA1 |
kHostKeyHashSHA256 | 3 |
SHA256 |
Constant | Value | Description |
---|---|---|
kMethodCompCS | 6 |
Compression method. e.g. zlib, zlib@openssh.com, none |
kMethodCompSC | 7 |
Compression method. e.g. zlib, zlib@openssh.com, none |
kMethodCryptCS | 2 |
Crypt Method. e.g. aes128-ctr, aes192-ctr, aes256-ctr, aes256-cbc, rijndael-cbc@lysator.liu.se, aes192-cbc, aes128-cbc, blowfish-cbc, arcfour128, arcfour, cast128-cbc, 3des-cbc. |
kMethodCryptSC | 3 |
Crypt Method. e.g. aes128-ctr, aes192-ctr, aes256-ctr, aes256-cbc, rijndael-cbc@lysator.liu.se, aes192-cbc, aes128-cbc, blowfish-cbc, arcfour128, arcfour, cast128-cbc, 3des-cbc |
kMethodHostKey | 1 |
Host key method. e.g. ssh-rsa, ssh-dss |
kMethodKEX | 0 |
Key Exchange Method. e.g. diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 or diffie-hellman-group1-sha1. |
kMethodLangCS | 8 |
Language. |
kMethodLangSC | 9 |
Language. |
kMethodMacCS | 4 |
MAC method (hash) e.g. hmac-sha2-256, hmac-sha2-512, hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160, hmac-ripemd160@openssh.com |
kMethodMacSC | 5 |
MAC method (hash) e.g. hmac-sha2-256, hmac-sha2-512, hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160, hmac-ripemd160@openssh.com |