Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / SSHShowBannerDialog Property
In This Topic
    SSHShowBannerDialog Property
    In This Topic
    Specifies whether Reflection displays banner information in a dialog box before completing the Secure Shell connection.
    Syntax
    expression.SSHShowBannerDialog As Boolean
    where expression is a variable that represents a ConnectionSettingsSecureShell Object
    Remarks
    This setting is only relevant if your host is configured to display banners. Banner display can also be surpressed by setting the Secure Shell Logging Level to Quiet.

    The default value is true. This value cannot be changed if the connection is open.

    See Also