Advertisement
RootI

Untitled

Dec 20th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. iptables -D INPUT -p tcp --dport 22-j DROP
  2. iptables -A INPUT -s ИП -j ACCEPT
  3. iptables -A INPUT -p tcp --dport 22-j DROP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement