-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.KnownHosts.Type
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.KnownHosts.Type
Function Type(Index As Integer) As Integer
Name | Type | Comment |
---|---|---|
Index |
Integer | The index of the fingerprint whose type you want to get. |
Returns a bitmask containing one of each of the following:
-
LIBSSH2_KNOWNHOST_TYPE_PLAIN
,LIBSSH2_KNOWNHOST_TYPE_SHA1
orLIBSSH2_KNOWNHOST_TYPE_CUSTOM
to indicate how the host name is encoded. -
LIBSSH2_KNOWNHOST_KEYENC_RAW
orLIBSSH2_KNOWNHOST_KEYENC_BASE64
to indicate how the key is encoded. -
LIBSSH2_KNOWNHOST_KEY_RSA1
,LIBSSH2_KNOWNHOST_KEY_SSHRSA
orLIBSSH2_KNOWNHOST_KEY_SSHDSS
to indicate which type of cipher the key is used with.
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.