From owner-freebsd-questions@FreeBSD.ORG Wed Jul 27 19:01:22 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 3FCBC16A41F for ; Wed, 27 Jul 2005 19:01:22 +0000 (GMT) (envelope-from me@reusel.de) Received: from azure.internetking.de (internetking.de [213.239.216.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D9543D45 for ; Wed, 27 Jul 2005 19:01:19 +0000 (GMT) (envelope-from me@reusel.de) Received: from [192.168.0.11] (p54819B5E.dip0.t-ipconnect.de [84.129.155.94]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by azure.internetking.de (Postfix) with ESMTP id 33A8F1AFC; Wed, 27 Jul 2005 21:01:18 +0200 (CEST) In-Reply-To: <20050727165310.DF8125C0040@webmail3.spymac.net> References: <20050727165310.DF8125C0040@webmail3.spymac.net> Mime-Version: 1.0 (Apple Message framework v733) Message-Id: <962A1C75-F3EF-4077-BB32-4555DEE97CE0@reusel.de> From: =?ISO-8859-1?Q?J=F6rg_Reisenweber?= Date: Wed, 27 Jul 2005 21:01:17 +0200 To: cartman_step1@spymac.com X-Mailer: Apple Mail (2.733) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: sshd and pam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 19:01:22 -0000 Hi, Am 27.07.2005 um 18:53 schrieb =20 : > yes i'm logging in as root , now i have understand , cause i can =20 > log in as a > normal user . But then it's possible to log in as root , so i can =20 > administrate > remotely the machine on the lan? > Yes, login as a normal user and su to root ('su -'). The normal user =20 has to be in the wheel group ('pw usermod [name|uid] -G wheel'). You =20 may also set "PermitRootLogin yes" in /etc/ssh/sshd_config. You might =20= also want to read the sshd_config manpage. J=F6rg=