InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsSecureShell Interface / SSHTermDefault Property


In This Topic
    SSHTermDefault Property
    In This Topic
    The 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.
    Syntax
    'Declaration
     
    
    Property SSHTermDefault As String
    'Usage
     
    
    Dim instance As IConnectionSettingsSecureShell
    Dim value As String
     
    instance.SSHTermDefault = value
     
    value = instance.SSHTermDefault
    string SSHTermDefault {get; set;}

    Property Value

    The default value for UNIX and OpenVMS, and ReGIS Graphics emulations is "VT100,DEC-VT100".
    Remarks
    During negotiations, some hosts that can successfully connect using your preferred terminal type skip this value and connect using the backup value specified by SSHTermDefault. To correct this behavior, set SSHTermDefault to an empty string ("").
    See Also