Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. iptables --listChain INPUT (policy ACCEPT)
  2. target     prot opt source               destination        
  3. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ssh state NEW limit: up to 1/hour burst 2 mode srcip htable-expire 60000
  4. DROP       tcp  --  anywhere             anywhere            tcp dpt:ssh flags:SYN,RST,ACK/SYN
  5. ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ssh
  6.  
  7. Chain FORWARD (policy ACCEPT)
  8. target     prot opt source               destination        
  9.  
  10. Chain OUTPUT (policy ACCEPT)
  11. target     prot opt source               destination
  12.  
  13.  
  14. auth.log: всёравно много таких:
  15. sshd[13863]: Failed password for root from 222.169.127.22 port 43171 ssh2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement