edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

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
Members
  Member nameValueDescription
DSA1DSA public key algorithm
RSA2RSA public key algorithm
ECDSAsha2Nistp2564Elliptic Curve Diffie-Hellman with nistp256 public key algorithm
ECDSAsha2Nistp3848Elliptic Curve Diffie-Hellman with nistp384 public key algorithm
ECDSAsha2Nistp52116Elliptic Curve Diffie-Hellman with nistp521 public key algorithm
RSA_sha2_25632Elliptic Curve Diffie-Hellman with nistp521 public key algorithm
RSA_sha2_51264Elliptic Curve Diffie-Hellman with nistp521 public key algorithm
Ed25519128Ed25519 public key algorithm
ALL255All public key algorithms enabled
AllPreferRSA2147483647
See Also