Creating a Welcome message for SSH logins

Did you ever want to change or create a new login message anytime someone logs into SSH? We'll show you how it's done.

First off login to the server as root. Then type in the following:

pico /etc/motd

Now type in the security login message you wish all users to see once they login to your server through SSH. Try something like this as a start:

This computer system is for authorized users only. All activity is logged and regulary checked by systems personal. Individuals using this system without authority or in excess of their authority are subject to having all their services revoked. Any illegal services run by user or attempts to take down this server or its services will be reported to local law enforcement, and said user will be punished to the full extent of the law. Anyone using this system consents to these terms.

Now type Ctrl+X then hit Y and enter.

Logout of SSH then log back in, you will receive your new greeting!

  • 936 Users Found This Useful
Was this answer helpful?

Related Articles

What are private name servers and how do I set them up?

Private name servers are generally only used by professional web hosting companies and resellers....

503 valid RCPT command must precede DATA

When sending email, you receive an immediate bounce such as the following: Subject: RE: XXXXXX -...

Common SSH Commands - Linux Shell Commands

Navigation pwd Shows the full path of the current directory ls Lists all the files...

Protecting Yourself Against Viruses & Data Loss

It is vital to ensure your computer is protected from viruses and trojans. As well as installing...

Phishing - Protect your Identity and Finances

Phishing is the name given to an increasingly common type of spam (unsolicited emails) designed...