From owner-freebsd-questions@FreeBSD.ORG Mon Oct 22 13:01:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34CC916A421 for ; Mon, 22 Oct 2007 13:01:13 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.freebsd.org (Postfix) with ESMTP id C422F13C4B8 for ; Mon, 22 Oct 2007 13:01:12 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [80.126.205.144]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id l9MD0w7x003289; Mon, 22 Oct 2007 15:00:59 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 22 Oct 2007 15:00:56 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB19BE0D@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Can login using root password, but not remotely with SSH Thread-Index: AcgUq33S95FoiXyIRBmfexPjPRphbQAACe6Q References: <20071022074758.5131513C4A5@mx1.freebsd.org> From: "Johan Hendriks" To: "W. D." X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: RE: Can login using root password, but not remotely with SSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2007 13:01:13 -0000 >Brand new install of FreeBSD 6.2. Can't log in with PuTTY. >Remote PuTTY: >Access denied Using keyboard-interactive authentication.=20 >At computer terminal: >PAM authentication error for root from 192.168.XXX.XXX=20 >Any ideas? >Thanks! You cannot login directly with root over ssh You will need to create a user and place that user in the wheel group. Then login with that user and do a su - to become root. Regards, Johan