C613-50170-01 Rev B
Command Reference for x510 Series
2691
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
ECURE
S
HELL
(SSH) C
OMMANDS
BANNER
LOGIN
(SSH)
banner login (SSH)
Overview
This command configures a login banner on the SSH server. This displays a
message on the remote terminal of the SSH client before the login prompt. SSH
client version 1 does not support this banner.
To add a banner, first enter the command
banner login
, and hit [Enter]. Write your
message. You can use any character and spaces. Use Ctrl+D at the end of your
message to save the text and re-enter the normal command line mode.
The banner message is preserved if the device restarts.
The
no
variant of this command deletes the login banner from the device.
Syntax
banner login
no banner login
Default
No banner is defined by default.
Mode
Global Configuration
Examples
To set a login banner message, use the commands:
awplus#
configure terminal
awplus(config)#
banner login
The screen will prompt you to enter the message:
Type CNTL/D to finish.
... banner message comes here ...
Enter the message. Use Ctrl+D to finish, like this:
^D
awplus(config)#
To remove the login banner message, use the commands:
awplus#
configure terminal
awplus(config)#
no banner login
Related
Commands