diff --git a/roles/base/files/system_setup/sshd_custom.conf b/roles/base/files/system_setup/sshd_custom.conf index 291b505..ce59cf6 100644 --- a/roles/base/files/system_setup/sshd_custom.conf +++ b/roles/base/files/system_setup/sshd_custom.conf @@ -1,3 +1,5 @@ +VerifyHostKeyDNS ask + PermitRootLogin prohibit-password MaxAuthTries 3 @@ -24,4 +26,4 @@ Match User rene PasswordAuthentication no Match Host * - MaxAuthTries 1 \ No newline at end of file + MaxAuthTries 1