home_server:home_server_setup:other_services:ssh

This is an old revision of the document!


Prev  
 Next

SSH Notes

Acronyms and Definitions

  • MOTD = Message of the Day
  • sudo vim /etc/issue.net Displays a message before the user begins login, I do not use this.
    • sudo vim /etc/ssh/sshd_config ensure the following option is set Banner /etc/issue.net (you can actually used any path/file)
    • sudo systemctl reload sshd needs to be performed after any change to the configuration file to activate the changes.
  • sudo vim /etc/motd Displays the banner text after login. This usually has some predefined Linux distribution text
  • ''

Some Links:

  • /app/www/public/data/attic/home_server/home_server_setup/other_services/ssh.1656210207.txt.gz
  • Last modified: 2023-04-30 Sun wk17 17:44
  • (external edit)