mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-02 21:42:20 -04:00
sshd: limit per-source max startups to 1
This commit is contained in:
parent
43681fa913
commit
f56f094c97
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ PrintMotd no # pam does that
|
|||
#ClientAliveCountMax 3
|
||||
#UseDNS no
|
||||
#PidFile /run/sshd.pid
|
||||
PerSourceMaxStartups 1
|
||||
#MaxStartups 10:30:100
|
||||
#PermitTunnel no
|
||||
#ChrootDirectory none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue