Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_server:home_server_setup:other_services:ssh [2022-06-26 Sun wk25 18:47] – [Login Scripts] baumkphome_server:home_server_setup:other_services:ssh [2025-01-10 Fri wk02 10:59] (current) – [Some Links:] baumkp
Line 1: Line 1:
 +{{tag>linux debian ssh "ssh notes"}}
 ======SSH Notes====== ======SSH Notes======
  
Line 16: Line 16:
   *''ls -la /etc/update-motd.d/'' to see the scripts that are run after the MOTD is displayed.   *''ls -la /etc/update-motd.d/'' to see the scripts that are run after the MOTD is displayed.
 The Debian script is very simple:  The Debian script is very simple: 
-<code>+<code bash>
 #!/bin/sh #!/bin/sh
 uname -snrvm uname -snrvm
Line 201: Line 201:
 ++++ ++++
  
-Some Links: +====Some Links:==== 
-  *[[How to manage SSH login message|https://www.simplified.guide/ssh/suppress-banner]] +  *[[https://www.simplified.guide/ssh/suppress-banner|How to manage SSH login message]] 
-  *[[HowTo: Set a Warning Message (Banner) in SSH|https://www.shellhacks.com/setup-warning-message-banner-ssh/]] +  *[[https://www.shellhacks.com/setup-warning-message-banner-ssh/|HowTo: Set a Warning Message (Banner) in SSH]] 
-  *[[Protect SSH Logins with SSH & MOTD Banner Messages|https://www.tecmint.com/protect-ssh-logins-with-ssh-motd-banner-messages/]]+  *[[https://www.tecmint.com/protect-ssh-logins-with-ssh-motd-banner-messages/|Protect SSH Logins with SSH & MOTD Banner Messages]]
  
 <- home_server:home_server_setup:other_services:webmin|Prev ^ home_server:home_server_setup:other_services:index|Start page ^ home_server:home_server_setup:other_services:bash|Next -> <- home_server:home_server_setup:other_services:webmin|Prev ^ home_server:home_server_setup:other_services:index|Start page ^ home_server:home_server_setup:other_services:bash|Next ->