Friday, February 20, 2009

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.

0 comments: