Programming with Reflection
SSHPassword property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the password used for Secure Shell connections.
Caution:
Using this property creates a security risk because a plain text password is left exposed in your source code. More secure methods of automating connections include:
· Using a private/public key exchange with no password
· Using Kerberos for authentication
The default value is "".