From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ip-206-123-194-16.static.fasttrackcomm.net ([206.123.194.16] helo=tysdomain.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Hpnhq-0005N9-00 for ; Sun, 20 May 2007 11:52:26 -0400 Received: from [192.168.1.101] (helo=GRANDMA) by tysdomain.com with smtp (Exim 3.36 #1 (Debian)) id 1Hpi43-00012R-00 for ; Sun, 20 May 2007 03:50:59 -0600 Message-ID: <001501c79af6$844d01a0$6501a8c0@GRANDMA> From: "Littlefield, Tyler" To: "Speakup is a screen review system for Linux." Subject: for travis Date: Sun, 20 May 2007 09:40:27 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Antivirus: avast! (VPS 000741-4, 05/18/2007), Outbound message X-Antivirus-Status: Clean Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.9 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 15:52:26 -0000 Hello, Here is the format of the hosts.deny file. It looks like this: sshd x.x.x.x where x.x.x.x is the IP address. So, I guess I'd just need the sshd stripped, and iptables -A INPUT -s = x.x.x.x -j DROP passed to iptables. Thanks,