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