Click or drag to resize

FlexSshHostKeyAlgorithms Enumeration

Specifies the SSH host key algorithms.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
[FlagsAttribute]
public enum FlexSshHostKeyAlgorithms
Members
  Member nameValueDescription
None0 No algorithm.
RSA1 RSA.
DSS2 DSS.
Certificate4 X509 certificate.
ED255198 ED25519, Twisted Edwards Curve EdDSA algorithm.
ECDsaNistP25616 Elliptic Curve Digital Signature Algorithm based on NIST P-256 curve.
ECDsaNistP38432 Elliptic Curve Digital Signature Algorithm based on NIST P-384 curve.
ECDsaNistP52164 Elliptic Curve Digital Signature Algorithm based on NIST P-521 curve.
Any127 Any algorithm.
See Also