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/