This article shows how to create a banner on juniper NSM and the NSMxpess appliance when you need to deliver pre-log in messages to users logging in.
To create a pre-login banner for users of NSM and NSMXpress appliance.
These are the steps required to create a banner for delivery of pre-log in messages:
Log in as root user and create a new banner file:
# vi /etc/ssh/sshd-banner
Open the sshd configuration file using a text editor:
# vi /etc/ssh/sshd_config
Add the path of the banner file:
Banner /etc/ssh/sshd-banner
Save the file and restart the sshd server:
# /etc/init.d/sshd restart
Test the login banner.