Check VI

Owning Palette: Known Hosts

Requires: LIBSSH2

Determines if a remote host is already known.

Check VI

ci32Port 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.
ii32Result is the result when checking for a known host on a remote SSH server.
ci32Encoding is the kind of method used to format the host keys in a known hosts file.
ci32Type is the kind of host name encoding used within a known hosts file for each host.
c1du8Host Key is a byte array representation of the remote SSH server's public host key.
cstrAddress is the hostname or IP address for the remote SSH server.
iToolkit_lvlib_Known_HostslvclassKnown Hosts Out is the same object from Known Hosts In.
ierrcodeclstError 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.

cerrcodeclstError 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.

cToolkit_lvlib_Known_HostslvclassKnown Hosts In represents a libssh2lv shared library Known Hosts struct.