From 214e1fcccdcb9baf3d0b79de8cba95fe3ca7fe07 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 10 Mar 2023 00:25:45 -0500 Subject: Change default editor to nvim. Add mpv,ssh config --- ssh/Readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ssh/Readme.txt (limited to 'ssh/Readme.txt') diff --git a/ssh/Readme.txt b/ssh/Readme.txt new file mode 100644 index 0000000..c902d49 --- /dev/null +++ b/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