1. Create an /etc/issue.net file which contains the banner message to be displayed upon login.
2. Copy this file to /usr2
cp /etc/issue.net /usr2
3. Edit /etc/ssh/sshd_config file as follows:
# no default banner path
Banner /etc/issue.net
4. Restart the sshd daemon via the CLI:
service sshd restart
5. Edit the /usr2/rc.user file and add the following above "exit 0":
cp -a /usr2/issue.net /etc
6. Save this to flash:
saveconf
Last updated:
Jan 04, 2024