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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Son of son of SSH & Cygwin; scp and sftp X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Date: Mon, 5 Aug 2002 16:49:55 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark A." To: "Stephen C. Biggs" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g75Ko3R13900 > > > > > 2. How did you create the /etc/passwd entry for this > > second user? > > test::1006:546:U-LOCALHOST\test,S-1-5-21- > 1743480672-7889942-740312968- > 1006:/home/test:/bin/bash > My guess is that somehow this entry is incorrect, probably the 'S-1-5-...' is wrong somehow. You might try: 1. Save /etc/passwd to /etc/passwd.save 2. Delete the entry for 'test'. 3. mkpasswd -d | grep test >> /etc/passwd 4. Check to see whether the entry for 'test' is reasonable. Also: $ diff /etc/passwd /etc/passwd.save --- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/