SSHPublicKeyAlgorithm Enumeration |
Available public key algorithms for authentication
Namespace:
EnterpriseDT.Net.Ssh
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax[FlagsAttribute]
public enum SSHPublicKeyAlgorithm
<FlagsAttribute>
Public Enumeration SSHPublicKeyAlgorithm
[FlagsAttribute]
public enum class SSHPublicKeyAlgorithm
[<FlagsAttribute>]
type SSHPublicKeyAlgorithm
Members
| Member name | Value | Description |
---|
| DSA | 1 | DSA public key algorithm |
| RSA | 2 | RSA public key algorithm |
| ECDSAsha2Nistp256 | 4 | Elliptic Curve Diffie-Hellman with nistp256 public key algorithm |
| ECDSAsha2Nistp384 | 8 | Elliptic Curve Diffie-Hellman with nistp384 public key algorithm |
| ECDSAsha2Nistp521 | 16 | Elliptic Curve Diffie-Hellman with nistp521 public key algorithm |
| RSA_sha2_256 | 32 | Elliptic Curve Diffie-Hellman with nistp521 public key algorithm |
| RSA_sha2_512 | 64 | Elliptic Curve Diffie-Hellman with nistp521 public key algorithm |
| Ed25519 | 128 | Ed25519 public key algorithm |
| ALL | 255 | All public key algorithms enabled |
| AllPreferRSA | 2147483647 | |
See Also