nowherelan.com
Prevent Brute-Force SSH Attacks Using iptables
Prevent (or at least slow down) a brute-force SSH attack. By default, iptables on a CentOS 6 SSH server allows all inbound SSH traffic on port 22. See /etc/sysconfig/iptables: *filter :INPUT ACCEPT…