Connect
Connect(sHostAddress As String, nIPPort As Integer, sUserName As String, sPassword As String[, bAcceptUnknownServer As Boolean]) As Boolean
Connect to the SSH server at address <sHostAddress> using the port <nIPPort>.
The <sUserName> parameter sets the session user. <sPassword> sets his password.
The optional parameter <bAcceptUnknownServer> can be set to TRUE to connect to unknown servers. (Default value is FALSE)
Returns TRUE if successful.