From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 12:04:40 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 5836116A4CE for ; Thu, 12 Feb 2004 12:04:40 -0800 (PST) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E5543D1F for ; Thu, 12 Feb 2004 12:04:40 -0800 (PST) (envelope-from nkinkade@fastmail.fm) X-Sasl-enc: or6dh9vuCEYuEVfW3p7X7A 1076616278 Received: from [206.26.199.146] (unknown [206.27.244.214]) by www.fastmail.fm (Postfix) with ESMTP id C6C534F19D6; Thu, 12 Feb 2004 15:04:37 -0500 (EST) Received: from nkinkade by [206.26.199.146] with local (Exim 4.12) id 1ArN4L-0004rb-00; Thu, 12 Feb 2004 14:04:17 -0600 Date: Thu, 12 Feb 2004 14:04:17 -0600 From: Nathan Kinkade To: Dragoncrest Message-ID: <20040212200417.GF17922@nkinkade> References: <200402121949.i1CJnI5q083815@mail5.mx.voyager.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gneEPciiIl/aKvOT" Content-Disposition: inline In-Reply-To: <200402121949.i1CJnI5q083815@mail5.mx.voyager.net> User-Agent: Mutt/1.4.1i Sender: Nathan Kinkade cc: questions@freebsd.org Subject: Re: Problem with ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nathan Kinkade List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 20:04:40 -0000 --gneEPciiIl/aKvOT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 12, 2004 at 02:49:17PM -0500, Dragoncrest wrote: > 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. >=20 > 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?=20 > Much apreciated on the info. Thanks. Uncomment the following line /etc/ssh/sshd_config and HUP sshd: #PasswordAuthentication yes Nathan --=20 gpg --keyserver pgp.mit.edu --recv-keys D8527E49 --gneEPciiIl/aKvOT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQFAK9xBO0ZIEthSfkkRAn0/AJ9qwGevxClCZtOF+dVkTZBg9D/6ngCfQWHU Enq1NaTPuYEFDukQEAQVD0k= =zciA -----END PGP SIGNATURE----- --gneEPciiIl/aKvOT--