From 2ee73798a0b1c0127aec9e81bc013be42671d616 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 4 Jul 2025 20:50:17 -0400 Subject: [PATCH] Added config file for locking sshd down to only allow key-based authentication --- sshd_lockdown.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sshd_lockdown.conf diff --git a/sshd_lockdown.conf b/sshd_lockdown.conf new file mode 100644 index 0000000..c1b6c39 --- /dev/null +++ b/sshd_lockdown.conf @@ -0,0 +1,3 @@ +PermitRootLogin no +PasswordAuthentication no +PermitEmptyPasswords no