Check VI
Owning Palette: Known Hosts
Requires: LIBSSH2
Determines if a remote host is already known.
![]() | Port is the TCP port used by the remote SSH server for establishing a connection. By convention, port 22 is used for the SSH server on a remote machine. |
![]() | Result is the result when checking for a known host on a remote SSH server. |
![]() | Encoding is the kind of method used to format the host keys in a known hosts file. |
![]() | Type is the kind of host name encoding used within a known hosts file for each host. |
![]() | Host Key is a byte array representation of the remote SSH server's public host key. |
![]() | Address is the hostname or IP address for the remote SSH server. |
![]() | Known Hosts Out is the same object from Known Hosts In. |
![]() | 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. |
![]() | 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. |
![]() | Known Hosts In represents a libssh2lv shared library Known Hosts struct. |