Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / SSHConfigScheme Property
In This Topic
    SSHConfigScheme Property
    In This Topic
    Specifies the SSH config scheme settings to use for making a Secure Shell connection.
    Syntax
    expression.SSHConfigScheme As String
    where expression is a variable that represents a ConnectionSettingsSecureShell Object
    Remarks
    When no SSH config scheme is specified, Reflection looks for an SSH config scheme that matches the current host name. If a matching scheme is found, Reflection uses the settings for that host. If no matching scheme is found, Reflection uses the default Secure Shell settings.

    This value cannot be changed if the connection is open.

    See Also