Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <40209FF2.4BBBA6C0@dessent.net> Date: Tue, 03 Feb 2004 23:32:02 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: "'cygwin AT cygwin DOT com'" Subject: Re: FW: References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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/