Added config file for locking sshd down to only allow key-based authentication

This commit is contained in:
2025-07-04 20:50:17 -04:00
parent 2822ab8a2f
commit 2ee73798a0

3
sshd_lockdown.conf Normal file
View File

@ -0,0 +1,3 @@
PermitRootLogin no
PasswordAuthentication no
PermitEmptyPasswords no