I want to set up SSH welcome message that user can see when they login to server via SSH. Not sure from where I can set this. Can anybody tell me the steps from where can I set this up?
I want to set up SSH welcome message that user can see when they login to server via SSH. Not sure from where I can set this. Can anybody tell me the steps from where can I set this up?
Do you want a custom one for each account, or just one for all? If the latter, you just need to edit /etc/motd and add your message, and edit your sshd_config file and change the "PrintMotd" to yes.
Last edited by ChrisRHS; 05-17-2009 at 09:39 AM.
Need help with your server? PM ME!
Blog - http://solidservers.ca
Quality Hosting - http://robohostingsolutions.com
You may want to chattr it to lock the /etc/motd once you're done to make sure nothing reverts it.