From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:23:09 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7984916A403 for ; Tue, 19 Sep 2006 21:23:09 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C230043D70 for ; Tue, 19 Sep 2006 21:23:03 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7337 invoked from network); 19 Sep 2006 21:23:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Sep 2006 21:23:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 555D82842C; Tue, 19 Sep 2006 17:23:02 -0400 (EDT) To: "Dan Mahoney, System Admin" questions@freebsd.org References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> From: Lowell Gilbert Date: Tue, 19 Sep 2006 17:23:02 -0400 In-Reply-To: <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> (Joao Barros's message of "Tue, 19 Sep 2006 22:12:37 +0100") Message-ID: <4464fjd009.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:23:09 -0000 "Joao Barros" writes: > On 9/19/06, Dan Mahoney, System Admin wrote: >> Hey all, >> >> I've looked around and found several linux-centric things designed to >> block brute-force SSH attempts. Anyone out there know of something a bit >> more BSD savvy? >> >> My best attempt will be to get this: >> >> http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html >> >> running and adapt it. >> >> I've found a few things based on openBSD's pf, but that doesn't seem to be >> the default in BSD either. It is one of the several firewalling packet filters that come in the FreeBSD base system. >> Any response appreciated. >> > > I'm using BruteForceBlocker quite successfully. > I take the opportunity to thank danger for it :-) > > http://www.freshports.org/security/bruteforceblocker/ Which works with pf, as far as I can see. There also seems to be security/bruteblock, which works with ipfw2.