InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / SSHTermWindowAuth Property
In This Topic
SSHTermWindowAuth Property
In This Topic
When this value is true, a Secure Shell connection will use the terminal window for the user authentication, displaying the server banner and checking the host key (Normally, all these are done in separate dialogs). This log-in behavior is similar to telnet and allows for scripting.
Syntax
expression.SSHTermWindowAuth As Boolean
where expression is a variable that represents a ConnectionSettingsSecureShell Object
Remarks
The default value is false. This value cannot be changed if the connection is open.
See Also