How to change the Welcome Message inside the VPS or Dedicated Server

As some user do not want to see the Welcome message inside the SSH. This guide will teach you how to change it.

 

You need to change the contents of /etc/motd. Unfortunately, by default, /etc/motd is a link to /var/run/motd which gets reset every time you login. To make permanent changes, please do the following:

rm /etc/motd (This command is to remove it)
vi /etc/motd (This command is to change to whatever message you want)


Was this article helpful?

mood_bad Dislike 0
mood Like 1
visibility Views: 675