Trace: KVM Setup SSH Notes

SSH Notes

This is an old revision of the document!


Prev  
 Next

SSH Notes

SSH Login Message

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
  • ls -la /etc/update-motd.d/ to see the scripts that are run after the MOTD is displayed.

Some Links:

/app/www/public/data/attic/home_server/home_server_setup/other_services/ssh.1656212809.txt.gz · Last modified: 2023-04-30 Sun wk17 17:44
CC Attribution-Share Alike 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International