How to enable banner message (MOTD) in Ubuntu (Linux) Login

Friday, 20 February 2009, 3:42 | Category : Uncategorized
Tags :

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.

One Comment for “How to enable banner message (MOTD) in Ubuntu (Linux) Login”

  1. 1KonstantinMiller

    I think I will try to recommend this post to my friends and family, cuz it’s really helpful.

Leave a comment