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

    Property Value

    This value cannot be changed if the connection is open.
    Remarks
    InfoConnect uses the SSH config scheme settings when you make a Secure Shell connection. If a SSH config scheme is not specified, InfoConnect uses a SSH config scheme that matches the current host name (if one exists) or the default Secure Shell settings (if a matching SSH config scheme doesn't exist).
    See Also