mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
sshd: reduce MaxAuthTries to 2
This commit is contained in:
parent
f56f094c97
commit
c315170cd6
@ -34,7 +34,7 @@ MACs -*
|
|||||||
LoginGraceTime 15s
|
LoginGraceTime 15s
|
||||||
#PermitRootLogin prohibit-password
|
#PermitRootLogin prohibit-password
|
||||||
#StrictModes yes
|
#StrictModes yes
|
||||||
#MaxAuthTries 6
|
MaxAuthTries 2
|
||||||
#MaxSessions 10
|
#MaxSessions 10
|
||||||
|
|
||||||
#PubkeyAuthentication yes
|
#PubkeyAuthentication yes
|
||||||
|
Loading…
Reference in New Issue
Block a user