summaryrefslogtreecommitdiffstats
path: root/config/ssh/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'config/ssh/Readme.txt')
-rw-r--r--config/ssh/Readme.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/ssh/Readme.txt b/config/ssh/Readme.txt
deleted file mode 100644
index c902d49..0000000
--- a/config/ssh/Readme.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-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