[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ssh + kerberosV
Do you have a ssh key and a host key in the keytab ?
kadmin> add --random-key host/hostname
kadmin> add --random-key ssh/hostname
kadmin> ext -k /etc/krb5.keytab host/hostname
kadmin> ext -k /etc/krb5.keytab ssh/hostname
And then it should work :)
On Sat, 2003-11-29 at 09:27, Julien TOUCHE wrote:
> after installing heimdal on an openbsd 3.4 box, and setting login.conf
> to krb5-pwd auth (or krb5), i can't manage to login with ssh. get the
> following log in authlog
>
> Nov 28 22:40:45 etenemanki krb5-or-pwd: verify: Key table entry not found
>
> Nov 28 22:42:52 etenemanki krb5: verify: Key table entry not found
>
> ideas ?
>
> kinit/klist works well
>
>
> Regards
>
> Julien
>
> note: to install kerberosV, i use `info heimdal` and the excellent
> netbsd doc: http://www.netbsd.org/Documentation/network/#kerberos; could
> add a link in openbsd faq ?)