I need to merge keytab files and all tutorials mention
kutil
. But I can't find it:
root@nfsserver:/etc# kutil
bash: kutil: command not found
But krb5-usr is already installed:
krb5-user is already the newest version (1.18.3-6+deb11u1).
I have to actually merge the keys on two machines, both running Debian, one on Debian 10 and the other on Debian 11.
klist
for example works; /usr/bin/
contains only kinit
, klist
and kmod
.
How do I get the kutil
(or how do I merge the two keytab files at least)?
Furthermore I'm missing read_kt
and write_kt
..
Thanks for any help!
Asked by Standard
(161 rep)
Nov 25, 2021, 09:44 AM