From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 06:30:51 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 BE56016A4BF for ; Mon, 15 Sep 2003 06:30:51 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F6443FDD for ; Mon, 15 Sep 2003 06:30:50 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (rwcrmhc12) with ESMTP id <20030915133050014009nuaje>; Mon, 15 Sep 2003 13:30:50 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h8FDUnCo078196; Mon, 15 Sep 2003 09:30:49 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h8FDUiTn078193; Mon, 15 Sep 2003 09:30:44 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "Bryn Dyment" References: <000001c37aea$bd8f58d0$0600a8c0@t20> From: Lowell Gilbert Date: 15 Sep 2003 09:30:44 -0400 In-Reply-To: <000001c37aea$bd8f58d0$0600a8c0@t20> Message-ID: <441xuinpq3.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: SSH: failed password after fresh install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 13:30:51 -0000 "Bryn Dyment" writes: > I've installed two FreeBSD boxes on my LAN. On the first box, the only > thing I did after the install process was edit "/etc/ssh/sshd_config", > setting "PermitRootLogin" to "yes", then issuing "killall -1 sshd". After > this change, I could successfully connect to this box via my SSH client. > > I did the same thing with the second box, but I cannot login via my SSH > client. I get an invalid password error, and "Failed password" also appears > on the server in "/var/log/auth.log". I have rebooted, and also > reinstalled, to no avail. Any idea as to what could be causing this error? A bad password? That would be easy to check. Otherwise, increase the logging verbosity of sshd, and let it tell you why it's unhappy.