From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 11:24:23 2005 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 1840716A4CE for ; Wed, 2 Feb 2005 11:24:22 +0000 (GMT) Received: from ew.co.za (g2.endorphinweb.co.za [196.41.15.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488BB43D2D for ; Wed, 2 Feb 2005 11:24:20 +0000 (GMT) (envelope-from fbsdlists@mnet-online.de) X-Scanned-By: RAE MPP/Sophos http://www.messagepartners.com X-Scanned-By: This message was scanned by MPP v.2 (www.messagepartners.com) X-Scanned-By: RAE MPP/ClamAV http://www.messagepartners.com Received: from [192.168.0.2] (unverified [213.23.24.111]) by ew.co.za (SurgeMail 2.2c10) with ESMTP id 1298 for multiple; Wed, 02 Feb 2005 13:21:43 +0200 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9A4BC4C8-750C-11D9-87DD-000A95D5F764@mnet-online.de> Content-Transfer-Encoding: 7bit From: Stephan Lichtenauer Date: Wed, 2 Feb 2005 12:21:37 +0100 To: Gert Cuykens X-Mailer: Apple Mail (2.619) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: s01@lichtenauer.co.za cc: freebsd-questions@freebsd.org Subject: Re: ssh root@localhost 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: Wed, 02 Feb 2005 11:24:23 -0000 Am 02.02.2005 um 12:16 schrieb Gert Cuykens: > Why does it not accept my password ? > > I# ssh root@localhost > Hi Gert, if you really need that (this is disabled for security reasons), you need to edit /etc/ssh/sshd_config and change the following line so it is no longer commented out and says "Yes" instead: PermitRootLogin yes Hope that helps Stephan