SSH key authentification problem

2004-01-19 Thread Marc Poppleton
word. Same problem when I use the -i id_dsa I've got a CVS_RSH = c:\cywgin\bin\ssh system variable and C:\cygwin\bin added to my PATH. What am I doing wrong? Thank you for helping, TEAMLOG Lannion Marc POPPLETON Rue Fulgence-Bienvenue - 22304 Lannion - France Tél. : 02.96.48.55.06 Fax :

RE: SSH key authentification problem

2004-01-19 Thread Marc Poppleton
Jurgen and Olaf, I have done as you suggested: chmod 700 .ssh chmod 600 .ssh/* Nothing different when I try my ssh -i id_dsa [EMAIL PROTECTED] I've tried giving a wrong filename and I got an answer saying this file didn't exist (which is normal). Here is what I get when I do ssh

RE: SSH key authentification problem

2004-01-19 Thread Marc Poppleton
Whops! chmod 777 to reverse then! :) I omited to say that I have absolutely no control on the Linux side (and, just to make it easier, the admin is out for the day). Looking at the debug log, I guess that this: debug1: Authentications that can continue: publickey,password debug1: Ne

RE: SSH key authentification problem

2004-01-19 Thread Marc Poppleton
> The problem's probably on the server end. It must be configured to > accept pubkey auth, as well as having your public key installed > properly. You can see that the client tries pubkey but it's not > accepted. Yes, this is what it looks like to me. > So, none of us are mindreaders here, and w

RE: SSH key authentification problem

2004-01-19 Thread Marc Poppleton
> There is not a lot else the Cygwin list can help with as it appears from > the verbose output you previously posted that the Cygwin ssh client is > doing exactly what it should and the problem lies with the Linux sshd > server. That all I actually needed to know! :) I was affraid that something