Can't ssh from Ubuntu to RHEL or CentOS
Posted
by Alex N
on Server Fault
See other posts from Server Fault
or by Alex N
Published on 2010-06-03T15:08:54Z
Indexed on
2010/06/03
15:15 UTC
Read the original article
Hit count: 250
I am trying to setup publickey based authenitcation for 2 different boxes. One RHEL another on e is CentOS. I am having same issue with both where ssh fails and falls back to password based authentication. Error that seems to be causing this is quite obscure:
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
Both boxes are completely unrelated. I have my public key in .ssh/authorized_keys file on both boxes, all permissions are checked and good(700 for .ssh and 600 for internals) I have bunch of other servers that are running on various flavors(Gentoo, Fedora, FreeBSD etc.) and publickey ssh works just fine, but CentOS and RHEL giving me this for some reason :(
Anyone experienced this before? I am not even sure how to further analyze this issue :(
© Server Fault or respective owner