How to enable banner message (MOTD) in Ubuntu (Linux) Login
Edit /etc/motd.tail and put your welcome message in that file. Enable ssh login to print welcome banner when user login: Edit /etc/ssh/sshd_config Find -> PrintMotd no and enable it -> PrintMotd yes Save the file and restart ssh daemon.

1KonstantinMiller
wrote on 6 July 2009 at 22:08
I think I will try to recommend this post to my friends and family, cuz it’s really helpful.