From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=5.0 tests=DATE_IN_PAST_12_24, DKIM_ADSP_ALL,DMARC_NONE,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mail.wiredminds.de (dsl.wiredminds.de [212.9.183.10]) by cvs.gentoo.org (Postfix) with ESMTP id 163F416A42 for ; Thu, 25 Jan 2001 07:29:27 -0700 (MST) Received: from pc-linux-r03 (pc-linux-r03.wiredminds.de [192.168.111.102]) by mail.wiredminds.de (8.9.3/8.9.3) with SMTP id PAA02344 for ; Thu, 25 Jan 2001 15:30:49 +0100 From: Robert Schrem Organization: WiredMinds To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] How to allow su and ssh access X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <01012515305800.13519@pc-linux-r03> Content-Transfer-Encoding: 8bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org X-Reply-To: robert.schrem@WiredMinds.de List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Thu Jan 25 07:30:02 2001 X-Original-Date: Thu, 25 Jan 2001 15:30:58 +0100 X-Archives-Salt: 3a182522-1dcc-4355-ae40-9ff479e61401 X-Archives-Hash: d86ce6c40f5192586531016716f61e8b >> I'am wondering where to locate the 'switch' to allow >> users (at least myself) to use the su command to get >> temporary root rights. > You must add the users to the wheel group in /etc/groups Wow! This worked out - you just have to know it, otherwise you search for a while... >> Also I would like to be able to >> login as root via ssh. This is obviously blocked >> somewhere in the configuration files. > Normaly this is only blocked if you have no root password. The authentification works, but the connection is aborted immediatly. I will try to solve the puzzle with the help of Jerry's hints... Thanxxx!