From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23405 invoked by alias); 20 Apr 2006 19:14:45 -0000 Received: (qmail 23396 invoked by uid 22791); 20 Apr 2006 19:14:44 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Apr 2006 19:14:41 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FWebe-0005Ut-2o for cygwin@cygwin.com; Thu, 20 Apr 2006 21:14:24 +0200 Received: from dsl-200-78-4-173.prod-infinitum.com.mx ([200.78.4.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Apr 2006 21:14:22 +0200 Received: from r.berber by dsl-200-78-4-173.prod-infinitum.com.mx with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Apr 2006 21:14:22 +0200 To: cygwin@cygwin.com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: sshd Date: Thu, 20 Apr 2006 19:22:00 -0000 Message-ID: References: <4447CE4D.7070204@elementcxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <4447CE4D.7070204@elementcxi.com> OpenPGP: url=hkp://random.sks.keyserver.penguin.de X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2006-04/txt/msg00532.txt.bz2 Steve Kelem wrote: > The instructions for sshd (/usr/share/doc/openssh/README.privsep) The first instructions you should read are those in /usr/share/doc/Cygwin/openssh.README; if you follow those you use ssh-host-config and ssh-user-config which take care of setting everything e= lse so you don't have to ask what is below. > include the following: >=20 > You should do something like the following to prepare the privsep > preauth environment: >=20 > # mkdir /var/empty > # chown root:sys /var/empty > # chmod 755 /var/empty > # groupadd sshd > # useradd -g sshd -c 'sshd privsep' -d /var/empty -s /bin/false sshd >=20 > I used XP's Manage/User Accounts to add a group called sshd. > When I tried to create a user "sshd", it complained, saying that the > group already exists. >=20 > 1. Which package has "useradd" and "groupadd"? None. > 2. Is it possible to create sshd:sshd? No, Windows doesn't allow a group name that is equal to a user name. But to make things clear, you don't need to do any of the above if you use = the provided script. --=20 Ren=E9 Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/