FlexSshHostKeyAlgorithms Enumeration |
Specifies the SSH host key algorithms.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public enum FlexSshHostKeyAlgorithms
Public Enumeration FlexSshHostKeyAlgorithms
Members Member name | Value | Description |
---|
None | 0 |
No algorithm.
|
RSA | 1 |
RSA.
|
DSS | 2 |
DSS.
|
Certificate | 4 |
X509 certificate.
|
ED25519 | 8 |
ED25519, Twisted Edwards Curve EdDSA algorithm.
|
ECDsaNistP256 | 16 |
Elliptic Curve Digital Signature Algorithm based on NIST P-256 curve.
|
ECDsaNistP384 | 32 |
Elliptic Curve Digital Signature Algorithm based on NIST P-384 curve.
|
ECDsaNistP521 | 64 |
Elliptic Curve Digital Signature Algorithm based on NIST P-521 curve.
|
Any | 127 |
Any algorithm.
|
See Also