You are viewing an article about an obsolete product. Information on this page is provided as-is and not supported.

Creating a banner page when logging in via telnet/ssh into the Passport.

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: May 28, 2019

Recently Viewed

No recently viewed articles

Did you find this article helpful?