Fingerprint VI
Owning Palette: Session
Requires: LIBSSH2
Gets a hash of the remote SSH server's host key. This is an unique identifier for the remote SSH server, typically referred to as a "fingerprint". The server's host key hash can be used to ensure the remote SSH server is valid, recognized, and geninue. If the fingerprint does not match an existing, known remote SSH server's host key hash, then do NOT proceed with authentication.
![]() | Type is the kind of encryption used for encoding the fingerprint. |
![]() | Fingerprint is a unique identifier based on the remote SSH server's public host key that is meant to quickly and easily identify the host. |
![]() | Session In represents a libssh2lv shared library Session struct. |
![]() | Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
![]() | Session Out is the same object from Session In. |
![]() | Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |