summaryrefslogtreecommitdiffstats
path: root/ssh/Readme.txt
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-11-24 00:31:06 -0500
committerMitsuo Tokumori <[email protected]>2023-11-24 00:31:06 -0500
commite900c217c1e50a4067384c9bb3fe43dff61986c6 (patch)
treec12b723d503c2aefa2403aecb9e6488af1eea90c /ssh/Readme.txt
parentd42c7eeec0ce9af6f9ff5ce501316e6a8c5e43b3 (diff)
downloaddotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.gz
dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.bz2
dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.zip
Restructure dirs to mimic XDG base dirs
Non XDG base directories have a leading '_'.
Diffstat (limited to 'ssh/Readme.txt')
-rw-r--r--ssh/Readme.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ssh/Readme.txt b/ssh/Readme.txt
deleted file mode 100644
index c902d49..0000000
--- a/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