mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-15 13:12:22 -04:00
sshd: reduce MaxAuthTries to 2
This commit is contained in:
parent
f56f094c97
commit
c315170cd6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue