Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object
Properties

In This Topic
    ConnectionSettingsSecureShell Object Members
    In This Topic

    The following tables list the members exposed by ConnectionSettingsSecureShell.

    Public Properties
     NameDescription
    Public PropertyGets or specifies the name of a macro that runs automatically after a connection is established. You can use the ConnectMacroData property to specify information to be passed to this macro.  
    Public PropertyGets or specifies a string that passes information to a connect macro. When your connect macro runs, the value of MacroData is set equal to the value of ConnectMacroData.  
    Public PropertyGets or sets the text string containing the arguments to pass to a disconnect script.  
    Public PropertyGets or sets the text string containing the name of a Reflection Basic script to run when the connection is closed.  
    Public PropertyWhen set to true, users can exit Reflection and use the Disconnect command while connected to a host.  
    Public PropertyWhen set to true, Reflection closes automatically when you disconnect from the host.  
    Public PropertyGets or sets the name of the host to connect to.  
    Public PropertySpecifies whether Reflection converts your user name to all lowercase letters.  
    Public PropertyGets the parent object (Terminal).  
    Public PropertyGets or sets the type of parity on the connection.  
    Public PropertyGets or sets the text string containing the arguments to pass to a connect script.  
    Public PropertyGets or sets the text string containing the name of a Reflection Basic script (for example, a logon script) to run when the connection is established.  
    Public PropertyGets or sets the type of script file, either Reflection Basic or Reflection command language.  
    Public PropertySpecifies the SSH config scheme settings to use for making a Secure Shell connection.  
    Public PropertySpecifies the protocol port to use to establish the Secure Shell connection.  
    Public PropertyWhen this value is true, Reflection sends the number of rows and columns to the host when they change, enabling it to control the cursor if the window size changes.  
    Public PropertySpecifies whether Reflection displays banner information in a dialog box before completing the Secure Shell connection.  
    Public PropertyThe terminal type string that is sent as a backup to the Telnet server if the server requests this information and doesn't recognize the current value set for SSHTermType.  
    Public PropertyThe terminal type string that is sent to the server if the server requests this information during the suboption TERM negotiation stage of the connection.  
    Public PropertyWhen 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.  
    Public PropertySpecifies the time (in milliseconds) during which Reflection attempts to make a connection before timing out.  
    Public PropertySpecifies whether Reflection uses the current Windows user name as the user name for this connections.  
    Public PropertyA string specifying the user name.  
    Top
    See Also