Connection Setting Keyword Tokens
SSHShowBannerDialog
keyword
Keyword/Value syntax |
SSHShowBannerDialog {True | False} |
Valid in connection types |
SECURE SHELL |
Can change value if connection is open? |
No |
Specifies whether Reflection displays banner information in a dialog box before completing the Secure Shell connection. This setting is only relevant if your host is configured to display banners.
Note: Banner display can also be surpressed by setting the Secure Shell Logging Level to Quiet.
The default value is True.
Session.ConnectionType = "SECURE SHELL"
Session..ConnectionSettings = "Host myhost"
Session..ConnectionSettings = "UserName myname"
Session..ConnectionSettings = "SSHShowBannerDialog False"