On 06 February 2008 14:41, Alfred von Campe wrote: > debug1: Host 'gandalf' is known and matches the RSA host key. > debug1: Found key in /home/av16209/.ssh/known_hosts:101 > debug1: ssh_rsa_verify: signature correct > debug1: SSH2_MSG_NEWKEYS sent > debug1: expecting SSH2_MSG_NEWKEYS > debug1: SSH2_MSG_NEWKEYS received > debug1: SSH2_MSG_SERVICE_REQUEST sent > debug1: SSH2_MSG_SERVICE_ACCEPT received > debug1: Authentications that can continue: > publickey,password,keyboard-interactive > debug1: Next authentication method: publickey > debug1: Offering public key: /home/av16209/.ssh/id_rsa > Connection closed by 139.68.133.49 > > The home directory defined in the Cygwin /etc/passwd file is "// > nasbox/av16209" which is the same home directory used on the Linux > system that I initiated the ssh connection from (only there it's > mounted as "/home/av16209"). I have got passwordless ssh access > working from all my Linux systems, so that part is set up correctly. > > Any ideas as to why this is failing on the Cygwin side?
How do the perms on /home/av16209/.ssh/* look? How do they look with CYGWIN=smbntsec? sshd is very strict about not allowing logins if the key files have loose perms. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/