Re: Cygwin sshd key auth doesn't work (seteuid 500: Permission denied) [SOLVED]

2008-11-19 Thread Larry Hall (Cygwin)
On 11/19/2008, Tomàs Núñez wrote: I've found this doc http://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html and followed the part of "privilege separation". After that, everything worked fine with key auth. It's always recommended that you stick with the defaults of the configuration scripts

Re: Cygwin sshd key auth doesn't work (seteuid 500: Permission denied) [SOLVED]

2008-11-19 Thread Tomàs Núñez
Hi I've found this doc http://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html and followed the part of "privilege separation". After that, everything worked fine with key auth. Thanks anyway!! Tomàs En/na Tomàs Núñez ha escrit: sshd: PID 8272: fatal: seteuid 500: Permission denied. Did

Re: Cygwin sshd key auth doesn't work (seteuid 500: Permission denied)

2008-11-19 Thread Tomàs Núñez
sshd: PID 8272: fatal: seteuid 500: Permission denied. Did you configure your SSH installation with ssh-host-config? How about your user with ssh-user-config? I did indeed. When I run ssh daemon as a user, in order to debug, I get that: [EMAIL PROTECTED] ~/$ /usr/sbin/sshd.exe -

Re: Cygwin sshd key auth doesn't work (seteuid 500: Permission denied)

2008-11-14 Thread Larry Hall (Cygwin)
Tomàs Núñez wrote: Hi I am trying to connect to a Cygwin sshd server using key authentication, but I can't. When I use password authentication, it works great, but I need to run some unattended processes, so key auth is mandatory. When I try to connect, I get that: [EMAIL PROTECTED]:~/.ssh$