mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-07 22:43:00 -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
|
#ClientAliveCountMax 3
|
||||||
#UseDNS no
|
#UseDNS no
|
||||||
#PidFile /run/sshd.pid
|
#PidFile /run/sshd.pid
|
||||||
|
PerSourceMaxStartups 1
|
||||||
#MaxStartups 10:30:100
|
#MaxStartups 10:30:100
|
||||||
#PermitTunnel no
|
#PermitTunnel no
|
||||||
#ChrootDirectory none
|
#ChrootDirectory none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue