Reflection
SSHShowBannerDialog Property


Specifies whether Reflection displays banner information in a dialog box before completing the Secure Shell connection.
Syntax
'Declaration
 
Property SSHShowBannerDialog As Boolean
'Usage
 
Dim instance As IConnectionSettingsSecureShell
Dim value As Boolean
 
instance.SSHShowBannerDialog = value
 
value = instance.SSHShowBannerDialog
bool SSHShowBannerDialog {get; set;}

Property Value

The default value is true. This value cannot be changed if the connection is open.
Remarks
This setting is relevant only if your host is configured to display banners. Banner display can be surpressed by setting the Secure Shell Logging Level to Quiet.
See Also