Re: sshd/passwd

2003-01-08 Thread Pierre A. Humblet
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 mo

Re: sshd/passwd

2003-01-08 Thread Erik Moreau
At 10:53 1/8/2003 -0500, you wrote: On Wed, 8 Jan 2003, Erik Moreau wrote: > Hi everyone, > > I'll do my best to be as clear as possible with my setup. > > I have installed Cygwin on my Win2k machine successfully. My goal is to > setup sshd so that I may connect to work from home in a secure fas

Re: sshd/passwd

2003-01-08 Thread Igor Pechtchanski
On Wed, 8 Jan 2003, Erik Moreau wrote: > Hi everyone, > > I'll do my best to be as clear as possible with my setup. > > I have installed Cygwin on my Win2k machine successfully. My goal is to > setup sshd so that I may connect to work from home in a secure fashion. I > have installed sshd and ran

Re: sshd/passwd

2003-01-08 Thread friedman_hill ernest j
I think Erik Moreau wrote: > Hi everyone, > > I'll do my best to be as clear as possible with my setup. > > I have installed Cygwin on my Win2k machine successfully. My goal is to > setup sshd so that I may connect to work from home in a secure fashion. I > have installed sshd and ran ssh-host-