<div dir="ltr">The description for the iptables -m limit rule is incorrect[1], and I don't have edit permissions to fix it:<br><br>"The first line will accept new connections on port 22 provided that IP address hasn't made more than 3 connection attempts in the last minute."<br>

<br>Should read more like:<br><br>"The first line will accept new connections on port 22 provided there haven't been more than 3 connection attempts across all clients in the last minute."<br><br>Important distinction as it opens you up to being denied login when anyone tries to brute force.<div>

Might be worth dropping the limit example altogether since the preceding -m recent example is far safer.<br><br>--<br>-Eli<br><br><br>[1] Third set of rules on <a href="http://wiki.centos.org/HowTos/Network/SecuringSSH#head-a296ec93e31637aa349538be07b37f67d836688a">http://wiki.centos.org/HowTos/Network/SecuringSSH#head-a296ec93e31637aa349538be07b37f67d836688a</a></div>

</div>