mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-12-18 09:52:22 -05:00
sshd: reduce MaxAuthTries to 1
This commit is contained in:
parent
84ca6bfa27
commit
e5f576c062
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 2
|
MaxAuthTries 1
|
||||||
#MaxSessions 10
|
#MaxSessions 10
|
||||||
|
|
||||||
AllowUsers {{ssh_users}}
|
AllowUsers {{ssh_users}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue