InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsSecureShell Interface / 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
    'Declaration
     
    
    Property SSHTermWindowAuth As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsSecureShell
    Dim value As Boolean
     
    instance.SSHTermWindowAuth = value
     
    value = instance.SSHTermWindowAuth
    bool SSHTermWindowAuth {get; set;}

    Property Value

    The default value is False. This value cannot be changed if the connection is open.
    See Also