From e900c217c1e50a4067384c9bb3fe43dff61986c6 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 24 Nov 2023 00:31:06 -0500 Subject: Restructure dirs to mimic XDG base dirs Non XDG base directories have a leading '_'. --- config/ssh/Readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/ssh/Readme.txt (limited to 'config/ssh/Readme.txt') diff --git a/config/ssh/Readme.txt b/config/ssh/Readme.txt new file mode 100644 index 0000000..c902d49 --- /dev/null +++ b/config/ssh/Readme.txt @@ -0,0 +1,8 @@ +important considerations for ssh: +- Change port to other than default (specially if exposed) +- Rate limit SSH traffic with a firewall (e.g., ufw) +- Disable password authentication (use RSA) +- Disable root login + +sshd_config goes to /etc/sshd_config in ArchLinux +config goes to ~/.ssh/config -- cgit v1.2.3