Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
EncryptionMethods enumeration
List of all encryption methods wodSSH.NET can use while communicating with the server.
Remarks
Possible values for EncryptionMethods:
Constant | Description |
---|---|
Auto | Automatically chosen. |
Des | DES algorithm. |
TripleDes | 3DES algorithm |
Blowfish | Blowfish algorithm. |
Aes | AES algorithm, automatically selected key size. |
Aes128 | AES algorithm with key size 16. |
Aes192 | AES algorithm with key size 24. |
Aes256 | AES algorithm with key size 32. |
ChaCha20Poly1305 | CHACHA20 with Poly1305. |
None | No encryption is used, only for debugging purposes. |