SSH.HostKeyType - charonn0/RB-libssh2 GitHub Wiki

SSH.HostKeyType

Enumeration

Protected Enum HostKeyType
  RSA=1
  DSS=2
  ECDSA_256=3
  ECDSA_384=4
  ECDSA_521=5
  Unknown=100

Remarks

Used to indicate the type of key fingerprint the server has.

See also