Results 1 to 4 of 4
how to block an IP do illegal ssh on my server? some one do brute shh to login my root..
I read old posted in this forum use this method:
...
- 09-07-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
block permanent an ip do illegal ssh on my server
how to block an IP do illegal ssh on my server? some one do brute shh to login my root..
I read old posted in this forum use this method:
or/sbin/route add -host ip_address reject
this method can't use permanently on server.. if server reboot all setting will flush and remove all..iptables -I INPUT -s ip_address -j DROP
..thanx.
- 09-07-2010 #2
There are a number of easily available apps
to help manage your iptables rules.
Google
- 09-07-2010 #3
Root login is disabled, I hope? Disabling password based login would give peace in mind.
DenyHosts is another way to block them.
- 09-07-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 2


Reply With Quote
