wodSSHTunnel ActiveX Control - Password Property
      
 

Description

Determines the password to be used with the server.


Property type

A String value.  


Syntax

object.Password [= value]



The Password Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTunnel.
value A String value.

Remarks

This property is required for the SSH protocol when the authPassword authentication type is selected, so you should enter a value here before calling the Connect method.

If the wrong login/password combination is used with the remote server, an error will be generated.

This property is used only if the Authentication property is set to authBoth or authPassword.