Re: "net use" and sshd passwd vs. public-key

2008-01-16 Thread Grant Edwards
On 2008-01-16, Adam Thompson <[EMAIL PROTECTED]> wrote: >> I'm running Cygwin sshd on a WinXP-Pro machine. When I ssh-in >> using a password, I can map drives with "net use". When I set >> up an authorized_keys file so I don't have to enter a password, >> "net use" stops working: I get a system

Re: "net use" and sshd passwd vs. public-key

2008-01-16 Thread Adam Thompson
On 16/01/2008, Grant Edwards <[EMAIL PROTECTED]> wrote: > I'm running Cygwin sshd on a WinXP-Pro machine. When I ssh-in > using a password, I can map drives with "net use". When I set > up an authorized_keys file so I don't have to enter a password, > "net use" stops working: I get a system error

Re: "net use" and sshd passwd vs. public-key

2008-01-16 Thread Grant Edwards
On 2008-01-16, Grant Edwards <[EMAIL PROTECTED]> wrote: > I'm running Cygwin sshd on a WinXP-Pro machine. When I ssh-in > using a password, I can map drives with "net use". When I set > up an authorized_keys file so I don't have to enter a password, > "net use" stops working: I get a system erro

"net use" and sshd passwd vs. public-key

2008-01-16 Thread Grant Edwards
I'm running Cygwin sshd on a WinXP-Pro machine. When I ssh-in using a password, I can map drives with "net use". When I set up an authorized_keys file so I don't have to enter a password, "net use" stops working: I get a system error 5 "access denied", and it appears to be generated by the machin

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-

sshd/passwd

2003-01-08 Thread Erik Moreau
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-config with no problem. I try to run ssh