From owner-freebsd-questions@FreeBSD.ORG Thu Jul 7 21:36:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6D79016A41C for ; Thu, 7 Jul 2005 21:36:15 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from extgw01.msys.intellispace.net (extgw01.msys.intellispace.net [160.79.150.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA9043D4C for ; Thu, 7 Jul 2005 21:36:15 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from malone.intellispace.net (malone.intellispace.net [160.79.145.141]) by extgw01.msys.intellispace.net (Postfix) with ESMTP id 2DF7FC714B; Thu, 7 Jul 2005 17:37:47 -0400 (EDT) Received: from [192.168.2.45] (66.9.108.98) by malone.intellispace.net (5.1.053) id 42CC71620006A246; Thu, 7 Jul 2005 17:34:44 -0400 Message-ID: <42CDA0C5.2030703@azimapower.com> Date: Thu, 07 Jul 2005 21:38:13 +0000 From: jdyke Organization: Azima Inc. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Efren Bravo References: <42CD9EAF.1000307@dhl.co.cu> In-Reply-To: <42CD9EAF.1000307@dhl.co.cu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freeBSD Subject: Re: Remote connection as root help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jdyke@azimapower.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 21:36:15 -0000 Efren Bravo wrote: > Hi, > > Al last I could enter to freeBSD by SSH. After I erased all > inetd_enable="YES" instances except one. Also I downloaded the PuTTY > client. > I had to create other user to connect myself to freeBSD because it > doesn't leave me as root user. > How do I to connect myself to freeBSD by ssh as root? you really should not. but if you abosolutely want to, you can modify /etc/ssh/sshd_config and add PermitRootLogin Yes, its either commented out andn/or set to no, the default. If this is open to any other traffic except for local lan, then just use the better approach.... ssh in and then `su - ` and enter roots password. of course to do this, you must have entered your other user as part of group 'wheel' Jd > > Thanks... > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >