From owner-freebsd-questions Sun Apr 28 5:16:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.theplanet.com (mail1.theplanet.com [216.234.234.32]) by hub.freebsd.org (Postfix) with ESMTP id 95D5037B404 for ; Sun, 28 Apr 2002 05:16:50 -0700 (PDT) Received: from jheath.theplanet.com (jheath.theplanet.com [216.185.111.7] (may be forged)) by mail1.theplanet.com (8.9.3/8.9.3) with ESMTP id HAA16545 for ; Sun, 28 Apr 2002 07:16:44 -0500 (CDT) Message-Id: <5.1.0.14.2.20020428071125.025b0160@mail.theplanet.com> X-Sender: justinh@mail.theplanet.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 28 Apr 2002 07:15:57 -0500 To: freebsd-questions@freebsd.org From: Justin Heath Subject: OpenSSH and hosts.allow Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to set up sshd (OpenSSH) to use hosts.allow . The problem is that the rules seem to work with IP address but not host names. Example Works: sshd: 0.0.0.0: allow Does not work: sshd: .domain.com: allow -or- sshd: my.domain.com: allow Any suggestions? Thanks. Justin Heath To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message