Admin Production rocket
Current Publication

SSHTermWindowAuth Property

Reflection Desktop VBA Guide V18.0.2
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