-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Session.HostKeyHash
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
Function HostKeyHash(Type As SSH.HashType) As MemoryBlock
Name | Type | Comment |
---|---|---|
Type |
HashType | The type of hash to generate. |
Returns the computed digest of the remote system's hostkey. The size of the returned MemoryBlock
is HashType
specific (16 bytes for MD5, 20 bytes for SHA1, 32 bytes for SHA256). Returns Nil
if the session has not yet been started up or the requested hash algorithm was not available.
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.