X-Spam-Check-By: sourceware.org Message-ID: <4447CE4D.7070204@elementcxi.com> Date: Thu, 20 Apr 2006 11:09:17 -0700 From: Steve Kelem User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Cygwin Subject: sshd Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The instructions for sshd (/usr/share/doc/openssh/README.privsep) include the following: You should do something like the following to prepare the privsep preauth environment: # 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 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. 1. Which package has "useradd" and "groupadd"? 2. Is it possible to create sshd:sshd? Thanks, Steve -- 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/