|
BugTraq
Dropbear SSH server Denial of Service Mar 07 2006 07:47PM Pablo Fernandez (pablo littleQ net) (1 replies) Re: Dropbear SSH server Denial of Service Mar 10 2006 07:20AM Matt Johnston (matt ucc asn au) (1 replies) |
|
Privacy Statement |
> Dropbear 0.48 mitigates this issue by having a per-IP limit
> as well as a global limit - this will at least prevent an
> IP-deprived attacker from denying service.
>
> It's worth noting that various other network services (such
> as netkit-inetd and OpenSSH) have the same design issues, at
> least in default configurations.
OpenSSH has had connection-flood DoS mitigation since 2000, in the
form of random early drop of connections so legitimate users have a
probabalistic change of getting in. See the "MaxStartups" documentation
in sshd_config(5)
-d
[ reply ]