Here is a quick tip to change welcome message for linux operating system, the message displays whenever you login to the SSH, you can remove/change it by following these below steps:
- Login to your linux operating system by SSH
- execute the following command:
- nano /etc/motd
- Now edit it and save it by pressing:
- CTRL + O
- and then press Enter
- Reboot your system by:
- $ reboot
That is all : -)