This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SSH key authentification problem


Marc Poppleton wrote:

> debug1: Authentications that can continue: publickey,password
> debug1: Next authentication method: publickey
> debug1: Trying private key: /cygdrive/c/.ssh/identity
> debug1: Trying private key: /cygdrive/c/.ssh/id_rsa
> debug1: Offering public key: /cygdrive/c/.ssh/id_dsa
> debug1: Authentications that can continue: publickey,password
> debug1: Next authentication method: password
> mylogin@theserver's password:
> ------------------------------------------------------------------
> 
> I gather the "debug1: Authentications that can continue: publickey,password"
> line is full of precious information, but...I'm a total newbie to ssh. :(

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.  

So, none of us are mindreaders here, and we have zero information about
the configuration details of your sshd, which isn't even running
Cygwin... So, don't don't be surprised if you are underwhelmed with
help.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]