From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 13:36:02 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 ACBBB16A4CE for ; Mon, 22 Nov 2004 13:36:02 +0000 (GMT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0E243D49 for ; Mon, 22 Nov 2004 13:36:02 +0000 (GMT) (envelope-from georgiev@vt.edu) Received: from bburg.bg ([151.199.112.157]) by out011.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041122133601.EFOT1380.out011.verizon.net@bburg.bg>; Mon, 22 Nov 2004 07:36:01 -0600 From: Ivan Georgiev To: Ruben de Groot , freebsd-questions@freebsd.org Date: Mon, 22 Nov 2004 08:35:58 -0500 User-Agent: KMail/1.7.1 References: <200411201921.27880.georgiev@vt.edu> <200411220741.33211.georgiev@vt.edu> <20041122132528.GA10138@ei.bzerk.org> In-Reply-To: <20041122132528.GA10138@ei.bzerk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411220835.59187.georgiev@vt.edu> X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [151.199.112.157] at Mon, 22 Nov 2004 07:36:01 -0600 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 13:36:02 -0000 On Monday 22 November 2004 08:25 am, Ruben de Groot wrote: > On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed: > > On Monday 22 November 2004 06:39 am, Dick Davies wrote: > > > * Panagiotis Christias [1116 09:16]: > > > > 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. > > > > > > That setting shouldn't affect wheel logins. > > > > Changing PermitRootLogin to "yes" didn't do it .... > > You don't by any chance have a line "DenyGroups wheel" in your > /etc/ssh/sshd_config, do you? > > Ruben No, I do not have any Deny* entries in the /etc/sshd_config file.