]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: enable PerSourcePenalties by default.
authordjm@openbsd.org <djm@openbsd.org>
Thu, 6 Jun 2024 20:25:48 +0000 (20:25 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 6 Jun 2024 20:26:15 +0000 (06:26 +1000)
commit0e0c69761a4c33ccd4a256560f522784a753d1a8
tree304822d6ae27887d3bd6ac43fc807e00e4be54f2
parentbd1f74741daabeaf20939a85cd8cec08c76d0bec
upstream: enable PerSourcePenalties by default.

ok markus

NB. if you run a sshd that accepts connections from behind large NAT
blocks, proxies or anything else that aggregates many possible users
behind few IP addresses, then this change may cause legitimate traffic
to be denied.

Please read the PerSourcePenalties, PerSourcePenaltyExemptList and
PerSourceNetBlockSize options in sshd_config(5) for how to tune your
sshd(8) for your specific circumstances.

OpenBSD-Commit-ID: 24a0e5c23d37e5a63e16d2c6da3920a51078f6ce
servconf.c