wodSSHTunnel ActiveX Control - Login Property
      
 

Description

Determines the username/login to be used with the server.


Property type

A String value.  


Syntax

object.Login [= value]



The Login Property syntax has these parts:

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

Remarks

This value MUST be set for wodSSHTunnel to work. The SSH protocol specification requires that login/password information is sent during the 'handshake', so that there is no user interaction during the login process.

Together with the Password or PrivateKey properties, all the information needed for successful authorization with a remote server is stored in these properties. No matter which authentication method is selected (from those supported by wodSSHTunnel), you MUST supply your login information!