-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.HostKeyType
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.HostKeyType
Protected Enum HostKeyType
RSA=1
DSS=2
ECDSA_256=3
ECDSA_384=4
ECDSA_521=5
Unknown=100
Used to indicate the type of key fingerprint the server has.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.