Kyle R. Burton on 21 Jul 2010 07:35:41 -0700 |
>> One thing that often gets me is to ensure that FileCollector's .ssh >> directory is 700, and that the files within it are 600. > > They are. I know I'm being pedantic - but they need to be this way on both boxes...and what I see below makes me think the perms are correct... > If I understood it all, I'm sure it would be helpful. :-) I saw this (from a > single -v): > > debug1: Host '192.168.1.30' is known and matches the RSA host key. > debug1: Found key in /home/vadmin/.ssh/known_hosts:1 > 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,gssapi-with-mic,password > debug1: Next authentication method: gssapi-with-mic > debug1: An invalid name was supplied > Cannot determine realm for numeric host address Googling for that (An invalid name was supplied) returned this: http://www.webmasterworld.com/forum40/1350.htm which mentions 'verifyreversemapping' in the sshd_config - is that set to 'yes'? > > debug1: An invalid name was supplied > Cannot determine realm for numeric host address > > debug1: An invalid name was supplied > > > debug1: Next authentication method: publickey That it's trying the keys is a good sign that the permissions are correct... > debug1: Trying private key: /home/vadmin/.ssh/identity > debug1: Offering public key: /home/vadmin/.ssh/id_rsa > debug1: Authentications that can continue: > publickey,gssapi-with-mic,password > debug1: Trying private key: /home/vadmin/.ssh/id_dsa > debug1: Next authentication method: password > > > And then I am prompted for the password. Anybody see anything that tells > them anything? :-) Kyle -- Twitter: @kyleburton Blog: http://asymmetrical-view.com/ Fun: http://snapclean.me/ ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|