Password Property
The password for SSH password-based authentication.
Object Oriented Interface
public function getPassword(); public function setPassword($value);
Procedural Interface
ipworksauth_sshauth_get($res, 10 ); ipworksauth_sshauth_set($res, 10, $value );
Default Value
''
Remarks
Password specifies the password which is used to authenticate the client to the SSH server.
Data Type
String