SSHLogon Method
Logon to the SSHHost using the current SSHUser and SSHPassword .
Object Oriented Interface
public function doSSHLogon($sshhost, $sshport);
Procedural Interface
ipworksssh_scp_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.
Example (Logging On)
SSHClient.SSHUser = "username" SSHClient.SSHPassword = "password" SSHClient.SSHLogon("sshHost", sshPort)