SHARE
TWEET
Untitled
a guest
Oct 27th, 2016
85
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- sudo iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent \
- --set
- sudo iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent \
- --update --seconds 60 --hitcount 15 -j DROP
RAW Paste Data
