Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
home_server:home_server_setup:other_services:ssh [2022-06-26 Sun wk25 18:46] – [Login Scripts] baumkp | home_server:home_server_setup:other_services:ssh [2025-01-10 Fri wk02 10:59] (current) – [Some Links:] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{tag> | ||
======SSH Notes====== | ======SSH Notes====== | ||
Line 13: | Line 13: | ||
====Login Scripts==== | ====Login Scripts==== | ||
+ | ====Debian==== | ||
*'' | *'' | ||
The Debian script is very simple: | The Debian script is very simple: | ||
- | < | + | < |
#!/bin/sh | #!/bin/sh | ||
uname -snrvm | uname -snrvm | ||
</ | </ | ||
+ | |||
+ | ====Ubuntu==== | ||
Ubuntu has multiple scripts some that I like and some that I do not like. | Ubuntu has multiple scripts some that I like and some that I do not like. | ||
This system status information script, ++++/ | This system status information script, ++++/ | ||
Line 70: | Line 73: | ||
++++ | ++++ | ||
+ | ====Python Code==== | ||
++++python3 agnostic code | | ++++python3 agnostic code | | ||
< | < | ||
Line 197: | Line 201: | ||
++++ | ++++ | ||
- | Some Links: | + | ====Some Links:==== |
- | *[[How to manage SSH login message|https:// | + | *[[https:// |
- | *[[HowTo: Set a Warning Message (Banner) in SSH|https:// | + | *[[https:// |
- | *[[Protect SSH Logins with SSH & MOTD Banner Messages|https:// | + | *[[https:// |
<- home_server: | <- home_server: |