SSHLogon Method
Logon to the selected server.
Object Oriented Interface
public function doSSHLogon($sshhost, $sshport);
Procedural Interface
ipworksssh_psclient_do_sshlogon($res, $sshhost, $sshport);
Remarks
Logon to the SSH server using the current SSHUser and SSHPassword. This will perform the SSH handshake and authentication.