sshd: limit per-source max startups to 1

This commit is contained in:
Daniel Micay 2021-09-06 02:36:44 -04:00
parent 43681fa913
commit f56f094c97
1 changed files with 1 additions and 0 deletions

View File

@ -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