sshd: reduce MaxAuthTries to 1

This commit is contained in:
Daniel Micay 2022-07-22 20:00:52 -04:00
parent 84ca6bfa27
commit e5f576c062

View File

@ -34,7 +34,7 @@ MACs -*
LoginGraceTime 15s
#PermitRootLogin prohibit-password
#StrictModes yes
MaxAuthTries 2
MaxAuthTries 1
#MaxSessions 10
AllowUsers {{ssh_users}}