Hello!
I am trying to set up a Kerberos server and a client for the first time,
both using Xubuntu 18.04. I created a normal user `joe' and I am able
to successfully do, from the client:
$ kinit joe
Password for j...@xexample.intk:
$ klist
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: j..
Sent: Saturday, January 25, 2020 at 5:51 PM
From: "Patrick Marc Preuß"
To: "Rocky Hotas"
Subject: Re: Unable to SSH with Kerberos user
> Hi rocky
Hi :)!
> Have a look into the ssh somewhere around line 115:
> debug1: Next authentication method: gssapi-with-mic
> debug1: Unspecified GSS fail
Hi Rocky
Now check the server side logs. Seams there is an issue eighter with the user
on the server, or the Kerberos setup on this side.
User needs to be resolveable via „getent passwd“ and server side keytab needs
to be aware of the Right services and sshd needs to know the keytab.
HTH