Gentoo Archives: gentoo-security

From: Robert Zwerus <arzie@×××.nl>
To: gentoo-security@l.g.o
Subject: Re: [gentoo-security] blocking SSH probes
Date: Mon, 09 Aug 2004 08:28:31
Message-Id: 41173597.4070304@dds.nl
In Reply to: [gentoo-security] blocking SSH probes by Andrew Gaffney
1 Andrew Gaffney wrote:
2 > Can I just add:
3 >
4 > iptables -A INPUT -s $IP_OF_PROBE -j DROP # to make their scans slower
5 > sleep 60s
6 > iptables -D INPUT -s $IP_OF_PROBE -j DROP
7 >
8 > to the end of my script?
9 Why don't you try it? These rules seem correct to me.
10 --
11 A Dieu,
12 Robert Zwerus - e-mail: arzie@×××.nl
13 ICQ UIN: 3943443 - MSN: robert_zwerus@×××××××.com
14 URL: http://zwering.adsl.utwente.nl
15
16 --
17 gentoo-security@g.o mailing list

Replies

Subject Author
Re: [gentoo-security] blocking SSH probes Andrew Gaffney <agaffney@×××××××××××.com>