Programming with Reflection

image\rwnprg32.gif SSHPassword property

 

Syntax

object.SSHPassword
object.SSHPassword = Value

Works with

image\r124.gif

Data type

String

 

Description

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

Values

The default value is "".

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property