From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 19:03:24 2003 Return-Path: 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 8975416A4B3 for ; Wed, 22 Oct 2003 19:03:24 -0700 (PDT) Received: from hermes.srv.hcvlny.cv.net (hermes.srv.hcvlny.cv.net [167.206.112.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id E562843FBF for ; Wed, 22 Oct 2003 19:03:23 -0700 (PDT) (envelope-from genemats@earthlink.net) Received: from inex (resv-176.noc.cv.net [167.206.113.176]) by hermes.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HN6007GOTJO3N@hermes.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Wed, 22 Oct 2003 21:59:49 -0400 (EDT) Date: Wed, 22 Oct 2003 22:03:23 -0400 From: Gene Mats To: freebsd-questions@freebsd.org Message-id: <002a01c39909$d6bea6c0$b071cea7@inex> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook, Build 10.0.3416 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Subject: SSHD Host Based Authentication NOT working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 02:03:24 -0000 Hello, I am having a problem with activating SSHD Host Based Authentication on my FreeBSD OS. Below is my /etc/ssh/sshd_config file. HostbasedAuthentication yes PermitRootLogin no VerifyReverseMapping yes IgnoreRhosts yes IgnoreUserKnownHosts yes My /etc/hosts.equiv and /etc/shosts.equiv have a few specific hostnames. But it seems I can still connect from any host -(. How can I block ALL hosts access to my SSHD. I tried putting in a minus minus in the /etc/hosts.equiv and /etc/shosts.equiv and I have the HostbasedAuthentication setting turned to up to yes. Still no success. Any help would be appreciated. -Gene Mats