Re: ubuntu16.04 and /etc/krb5.conf

2016-06-16 Thread Giuseppe Mazza
(I apologize for my long email) I am going to try to provide some feedback: # # my (not) working scenario... # 1] Linux kerberos server: Ubuntu 14.04.4 LTS \n \l ii krb5-kdc 1.12+dfsg-2ub amd64 MIT Kerberos key server (KDC) 2.a] Ubuntu 16.04 linux client, called futurama.doc.ic

Re: ubuntu16.04 and /etc/krb5.conf (Errata Corrige)

2016-06-16 Thread Giuseppe Mazza
Sorry, the strange case is: gmazza2@futurama:~$ kinit gma...@ic.ac.uk Password for gma...@ic.ac.uk: debug3: Received SSH2_MSG_IGNORE debug3: Received SSH2_MSG_IGNORE debug3: Received SSH2_MSG_IGNORE debug3: Received SSH2_MSG_IGNORE debug3: Received SSH2_MSG_IGNORE debug3: Received SSH2_MSG_IGNORE

Kerberos and OTP

2016-06-16 Thread Laurent.Bastet
Hello all, Can you tell me if it is possible to get a TGT not entering a password, but only using an OTP token ? I found some tutorials on the internet (ie http://web.mit.edu/Kerberos/krb5-1.13/doc/admin/otp.html), but none works, the token is never asked : when I do kinit, only the password is

Re: ubuntu16.04 and /etc/krb5.conf

2016-06-16 Thread Todd Grayson
From what I'm seeing; this is more likely tied to the configuration requirements for setting up a host to support authentication for ssh via kerberos. Showing your krb5.conf would help (I suggest replacing internal hostnames and realms when sharing this kind of info). Most likely the settings fo

Re: Kerberos and OTP

2016-06-16 Thread Dmitri Pal
On 06/16/2016 10:08 AM, laurent.bas...@i-carre.net wrote: > Hello all, > > Can you tell me if it is possible to get a TGT not entering a password, > but only using an OTP token ? > I found some tutorials on the internet (ie > http://web.mit.edu/Kerberos/krb5-1.13/doc/admin/otp.html), but none >