On Fri, 26 Apr 2013, naresh reddy wrote:
Hi Alex 

I had tried tshoot and so i have changed GSSAPIAuthentication to no 
because i was getting
debug1: Unspecified GSS failure.  Minor code may provide more information
Ticket expired
^^^ Ticket expired means your ticket on the machine from which you are
trying to connect to ssh server.

You need to maintain actual credentials:
[client]$ kinit n...@eng.switchlab.net
Password: <...>
[client]$ ssh -K -l n...@eng.switchlab.net ldap1.eng.switchlab.net

You can read basics about Kerberos here:
http://www.kerberos.org/software/tutorial.html

--
/ Alexander Bokovoy

_______________________________________________
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users

Reply via email to