This is an old revision of the document!
SSH Notes
SSH Login Message
Acronyms and Definitions
- MOTD = Message of the Day
sudo vim /etc/issue.netDisplays a message before the user begins login, I do not use this.sudo vim /etc/ssh/sshd_configensure the following option is setBanner /etc/issue.net(you can actually used any path/file)sudo systemctl reload sshdneeds to be performed after any change to the configuration file to activate the changes.
sudo vim /etc/motdDisplays the banner text after login. This usually has some predefined Linux distribution text- ''
Some Links: