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: FW:


Yeo Sai Wee wrote:

> > debug1: Authentications that can continue:
> > publickey,password,keyboard-interacti
> > ve
> > debug1: Next authentication method: publickey
> > debug1: Trying private key: /home/Administrator/.ssh/identity
> > debug1: Trying private key: /home/Administrator/.ssh/id_rsa
> > debug1: Offering public key: /home/Administrator/.ssh/id_dsa
> > debug1: Authentications that can continue:
> > publickey,password,keyboard-interacti
> > ve
> > debug1: Next authentication method: keyboard-interactive
> > debug1: Authentications that can continue:
> > publickey,password,keyboard-interacti
> > ve
> > debug1: Next authentication method: password

Right here it's telling yout that your ssh client offered a public key
but the remote sshd did not accept it.  That means that either you don't
have public key authentication enabled in sshd_config (not likely) or
you haven't added your id_dsa.pub to the remote system's
"$HOME/.ssh/authorized_keys".  If you have indeed done this then you'll
need to provide more information.

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]