Skip to content

SSH.HostKeyType

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

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

Clone this wiki locally