Preventing brute force ssh attacks
Posted Oct 25, 2007 14:03 UTC (Thu) by
Tet (subscriber, #5433)
Parent article:
Preventing brute force ssh attacks
If a host exceeds that limit, its IP address is not allowed to make ssh connections for another minute. This slows down the traffic rather severely, but does have some drawbacks
Of course, the problem with that is the existence of legitimate access patterns that hit the ssh server many times a second. The darcs source
control system, for example, uses a new ssh connection for each patch
when syncing two repositories. Whether that's a sane thing to be doing
is questionable, but it's the current behaviour. Using ssh connection
sharing is probably helpful here, but it's simply not viable to expect
users to know about that.
(
Log in to post comments)