diff options
author | Damien Miller <djm@mindrot.org> | 2013-02-12 11:02:08 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-02-12 11:02:08 +1100 |
commit | 1f583df8c3a7a3731a18b17e14c9ec09f31905ba (patch) | |
tree | 54ea8f178b181dc6c45afa02f3bfd6d17afa4263 /ChangeLog | |
parent | 0cd2f8e5f8276e178d696f3495ca2a9a691dccf5 (diff) |
- dtucker@cvs.openbsd.org 2013/02/06 00:20:42
[servconf.c sshd_config sshd_config.5]
Change default of MaxStartups to 10:30:100 to start doing random early
drop at 10 connections up to 100 connections. This will make it harder
to DoS as CPUs have come a long way since the original value was set
back in 2000. Prompted by nion at debian org, ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ | |||
22 | - djm@cvs.openbsd.org 2013/01/27 10:06:12 | 22 | - djm@cvs.openbsd.org 2013/01/27 10:06:12 |
23 | [krl.c] | 23 | [krl.c] |
24 | actually use the xrealloc() return value; spotted by xi.wang AT gmail.com | 24 | actually use the xrealloc() return value; spotted by xi.wang AT gmail.com |
25 | - dtucker@cvs.openbsd.org 2013/02/06 00:20:42 | ||
26 | [servconf.c sshd_config sshd_config.5] | ||
27 | Change default of MaxStartups to 10:30:100 to start doing random early | ||
28 | drop at 10 connections up to 100 connections. This will make it harder | ||
29 | to DoS as CPUs have come a long way since the original value was set | ||
30 | back in 2000. Prompted by nion at debian org, ok markus@ | ||
25 | 31 | ||
26 | 20130211 | 32 | 20130211 |
27 | - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old | 33 | - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old |