mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
sshd: reduce MaxAuthTries to 1
This commit is contained in:
parent
84ca6bfa27
commit
e5f576c062
@ -34,7 +34,7 @@ MACs -*
|
|||||||
LoginGraceTime 15s
|
LoginGraceTime 15s
|
||||||
#PermitRootLogin prohibit-password
|
#PermitRootLogin prohibit-password
|
||||||
#StrictModes yes
|
#StrictModes yes
|
||||||
MaxAuthTries 2
|
MaxAuthTries 1
|
||||||
#MaxSessions 10
|
#MaxSessions 10
|
||||||
|
|
||||||
AllowUsers {{ssh_users}}
|
AllowUsers {{ssh_users}}
|
||||||
|
Loading…
Reference in New Issue
Block a user