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/