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 Message-ID: <3E1C6DEB.B31B47E1@ieee.org> Date: Wed, 08 Jan 2003 13:28:59 -0500 From: "Pierre A. Humblet" X-Accept-Language: en,pdf MIME-Version: 1.0 To: erik DOT moreau AT mcgill DOT ca, cygwin AT cygwin DOT com Subject: Re: sshd/passwd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit On Wed, 8 Jan 2003, Erik Moreau wrote: > I know that I > have two emoreau's. I'm going to delete the last one. Have you done it? Having your uid on more than one line in /etc/passwd kills ssh-user-config. pwdhome=`awk -F: '{ if ( $3 == '${uid}' ) print $6; }' < /etc/passwd` By the way, that's most annoying on Win95/98/ME because currently sshd cannot deal with a user uid different from the daemon uid. Pierre -- 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/