Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
SSH.HostKeyHash
Returns the hex encoded host key hash.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| SSH | 6.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "SSH.HostKeyHash"; SSH { ; Type } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| SSH | The SSH session reference number from the plugin. | $ssh | |
| Type | Which type to return. Can be MD5 or SHA1. SHA1 is default if empty or not provided. |
"SHA1" | Optional |
Result
Returns text or error.
Description
Returns the hex encoded host key hash.MD5 is 16 bytes, so 32 hex characters. SHA1 is 20 bytes, so 40 hex characters.
Added SHA256 for MBS Plugin 9.5 with 32 bytes.
Created 7th June 2016, last changed 18th September 2019
SSH.HostKey - SSH.IsAuthenticated
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins