From owner-freebsd-questions@FreeBSD.ORG Thu Aug 25 11:20:54 2005 Return-Path: X-Original-To: freebsd-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 1461416A41F for ; Thu, 25 Aug 2005 11:20:54 +0000 (GMT) (envelope-from lcapps@cteresource.org) Received: from cteresource.org (mail.cteresource.org [206.136.187.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C4DA43D45 for ; Thu, 25 Aug 2005 11:20:53 +0000 (GMT) (envelope-from lcapps@cteresource.org) Received: from ASSP-nospam (localhost [127.0.0.1]) by cteresource.org (8.11.7+Sun/8.9.3) with ESMTP id j7PBKp627338 for ; Thu, 25 Aug 2005 07:20:51 -0400 (EDT) Received: from 192.168.1.129 ([192.168.1.129] helo=localhost) by ASSP-nospam ; 25 Aug 05 11:20:51 -0000 Date: Thu, 25 Aug 2005 07:22:37 -0400 From: Lee Capps To: "'FreeBSD Questions'" Message-ID: <20050825112237.GE45634@topper.cteresource.org> Mail-Followup-To: 'FreeBSD Questions' References: <810a540e0508232127737d91fb@mail.gmail.com> <200508241119671.SM00756@chris> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508241119671.SM00756@chris> User-Agent: Mutt/1.4.2.1i Subject: Re: Illegal access attempt - FreeBSD 5.4 Release - please advise X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 11:20:54 -0000 On 11:18 Wed 24 Aug , Chris St Denis wrote: > How can I easily auto deny after x failed attempts? Is this an sshd setting? > I could find it. > > Is there something in ports that will firewall off somebody who is brute > forcing? In addition to adding entries to /etc/hosts.allow you could try DenyHosts: http://denyhosts.sourceforge.net/ I didn't find a port, but it works with FreeBSD and isn't too onerous to install. HTH, Lee