From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 09:16:41 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 749A716A4CE for ; Mon, 22 Nov 2004 09:16:41 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C32C43D49 for ; Mon, 22 Nov 2004 09:16:41 +0000 (GMT) (envelope-from christias@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so229446rne for ; Mon, 22 Nov 2004 01:16:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=eHQ6MQ0ADkDRzjomlHADf/42lfN9GzzuRcT0KvKYJFw8SrmIRwCfWQ8/EQYeZpmiPIx9hnDi0LPo614a9VGod/LWbR46D6+SW3gaMIkD+Kl4rIEcaZZozUPHnr30Rb3dkCGKs99UnXln19JqJ2dL4pcWslcB0Q0JcpTZP89Ka9Q= Received: by 10.38.68.47 with SMTP id q47mr748558rna; Mon, 22 Nov 2004 01:16:40 -0800 (PST) Received: by 10.38.165.46 with HTTP; Mon, 22 Nov 2004 01:16:39 -0800 (PST) Message-ID: Date: Mon, 22 Nov 2004 11:16:39 +0200 From: Panagiotis Christias To: Ivan Georgiev In-Reply-To: <200411220005.33354.georgiev@vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200411201921.27880.georgiev@vt.edu> <419FE682.6050807@yahoo.com> <200411201954.37691.georgiev@vt.edu> <200411220005.33354.georgiev@vt.edu> cc: freebsd-questions@freebsd.org Subject: Re: NEW: cannot ssh to my computer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Christias List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 09:16:41 -0000 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. Regards, Panagiotis