From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 11:09:38 2004 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 53E8816A4CE for ; Mon, 22 Nov 2004 11:09:38 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id F038A43D4C for ; Mon, 22 Nov 2004 11:09:37 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004112220:09:19:397768.21758.2993781680 for ; Mon, 22 Nov 2004 20:09:19 +0900 (KST) Message-ID: <41A1C8EE.7000902@yahoo.com> Date: Mon, 22 Nov 2004 20:09:34 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD References: <200411201921.27880.georgiev@vt.edu> <419FE682.6050807@yahoo.com> <200411201954.37691.georgiev@vt.edu> <200411220005.33354.georgiev@vt.edu> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-2.11) (SRN:SPAMROBOT) ----------------- Subject: Re: NEW: cannot ssh to my computer 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: Mon, 22 Nov 2004 11:09:38 -0000 Panagiotis Christias wrote: > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev wrote: > >>Just another thing ... >> >>If I remove myself from the group wheel then I CAN ssh to my computer; if I >>put myself back to wheel - then CANNOT ssh to the computer. >> >>How can I ssh and be a member of the wheel group? > > > In that case, maybe "PermitRootLogin yes" in /etc/ssh/sshd_config and > restarting sshd would help. For testing purpose, yes. The default is "no". I think allowing root login in a not-secure environment is a bad idea. R.