From owner-freebsd-isp@FreeBSD.ORG Wed Aug 27 08:12:56 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2374516A4BF for ; Wed, 27 Aug 2003 08:12:56 -0700 (PDT) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id CA71C43FDF for ; Wed, 27 Aug 2003 08:12:54 -0700 (PDT) (envelope-from dave@hawk-systems.com) Received: (qmail 77108 invoked from network); 27 Aug 2003 15:12:53 -0000 Received: from unknown (HELO ws1) (65.49.236.97) by web1.nexusinternetsolutions.net with SMTP; 27 Aug 2003 15:12:53 -0000 From: "Dave [Hawk-Systems]" To: "freebsd-isp@FreeBSD. ORG" Date: Wed, 27 Aug 2003 11:12:52 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: enable root login to remote system (was - failed root login with shared ssh key) X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 15:12:56 -0000 Further test, which I missed earlier for some unknown reason, was to create an ssh key for a non-root user, copy to the target server, and try a key authenticated login with the non-root user... worked perfectly. As such, the problem does not appear to be with the ssh key login, but with the fact that it is a root login. I am focusing my efforts there. Any idea as to why the server would not allow root login given that we have already checked "PermitRootLogin yes" for the sshd_config. Is there another location or entry which would be preventing root logins? Dave