docmalloc / gplmt

GNU Affero General Public License v3.0
1 stars 0 forks source link

SSH connections should be throttled #8

Open FlorianDold opened 9 years ago

FlorianDold commented 9 years ago

Since some networks ban users doing too many (e.g. >60 per minute) SSH handshakes, we should have a configurable rate limit on those.

Egomania commented 9 years ago

ACK, essential for some use cases

FlorianDold commented 8 years ago

Already implemented with --ssh-cooldown and --ssh-parallelism. There might be better ways to do this (with token buckets, as Stephan suggested), but it should suffice for now.