On Wed, 05 Oct 2016 13:48:19 +0000, Mirimir wrote: ... > exits unpredictably unreliable. On the other hand, IPS that only blocked > automated crap would be a win for real users, relay operators and ISPs, > no? Why should "... ssh [email protected] ... ssh [email protected] ... ssh > [email protected] ..." get through, if it destroys exits? Maybe someone could > forget their username. But maybe after 10-20 tries, can't we safely > assume that they're brute forcing logins?
No. for i in subdir/*; do ssh host mkdir -p "$i"; done with an ssh-agent would look pretty exactly the same to the exit node. Andreas -- "Totally trivial. Famous last words." From: Linus Torvalds <torvalds@*.org> Date: Fri, 22 Jan 2010 07:29:21 -0800 _______________________________________________ tor-relays mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
