From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 11:49:19 2004 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 5595E16A4CE for ; Thu, 12 Feb 2004 11:49:19 -0800 (PST) Received: from out5.mx.nwbl.wi.voyager.net (out5.mx.nwbl.wi.voyager.net [169.207.3.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1B243D31 for ; Thu, 12 Feb 2004 11:49:19 -0800 (PST) (envelope-from dragoncrest@voyager.net) Received: from mail5.mx.voyager.net (mail5.mx.voyager.net [216.93.66.204]) by out5.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 3934FC7517 for ; Thu, 12 Feb 2004 13:49:18 -0600 (CST) Received: from localhost.localdomain (nm5.mx.lnng.mi.voyager.net [216.93.38.231]) by mail5.mx.voyager.net (8.12.9/8.10.2) with ESMTP id i1CJnI5q083815 for ; Thu, 12 Feb 2004 14:49:18 -0500 (EST) Message-Id: <200402121949.i1CJnI5q083815@mail5.mx.voyager.net> From: "Dragoncrest" To: questions@freebsd.org X-Mailer: CoreCommMail X-IPAddress: 209.153.128.248 Date: Thu, 12 Feb 2004 14:49:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Problem with ssh 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, 12 Feb 2004 19:49:19 -0000 Hi again everyone. Ok, this issue just popped up today on a different machine, but it's still bugging me either way. My home mail server (freebsd 4.8) has SSH available to the internet so I can get into the box from work if need be. That is the only port open as it's a fetching mail server so port 25 isn't available to the rest of the world. Nor is 110. What I just discovered today is that my sshd is allowing auth by public key OR password. I don't want it to auth by password. JUST public key. So in other words if you don't already have the public key file, well, it sucks being you because you won't get connected. Anyone know how to do this? Or would this question be better handled on an SSH mailing list? If so, which list is best and how do I sign up? Much apreciated on the info. Thanks.