SSHPassword Property
The password for SSH password-based authentication.
Object Oriented Interface
public function getSSHPassword(); public function setSSHPassword($value);
Procedural Interface
ipworksssh_sshreversetunnel_get($res, 24 ); ipworksssh_sshreversetunnel_set($res, 24, $value );
Default Value
''
Remarks
SSHPassword specifies the password which is used to authenticate the client to the SSH server.
Data Type
String