Re: Strange behaviour of Openssh (SOLVED)

2005-04-13 Thread Christophe Sauthier
I managed to establish the connection by setting the user that launches the service in the administrators group. (as explained in http://www.cygwin.com/ml/cygwin/2003-09/msg00977.html ) Thanks everyone for your precious help. Chris On 4/13/05, Christophe Sauthier <[EMAIL PROTECTED]> wrote:

Re: Strange behaviour of Openssh

2005-04-13 Thread Christophe Sauthier
Ok, thanks to that I have a clearer view of the problem : the server seems to have a setuid problem... here is the last relevant lines of my log : debug1: temporarily_use_uid 1003/513 (e=1005/513) seteuid 1003: Permission denied Does anybody has got clue how to solve it ? On 4/12/05, Larry

Re: Strange behaviour of Openssh

2005-04-12 Thread Larry Hall
At 11:55 AM 4/12/2005, you wrote: >Hi, > >I encounter some strange stuff when I try to connect to openssh on my >server (which is using cygwin) using openssh clients (using cygwin >too). > >The connection is perfect when I have no public keys at all on the >client side. But as soon as I get any key

Strange behaviour of Openssh

2005-04-12 Thread Christophe Sauthier
Hi, I encounter some strange stuff when I try to connect to openssh on my server (which is using cygwin) using openssh clients (using cygwin too). The connection is perfect when I have no public keys at all on the client side. But as soon as I get any key (dsa or rsa generated using ssh-keygen )