How to change the welcome message after SSH login
- Login as root via SSH
- Add a message to /etc/motd using vim eg.
vim /etc/motd
- Add your message to this file eg.
###Please think before you type###
- Logout
- Login via SSH and then after successful login the message will appear