Become superuser on the host with the keytab.
Although you can create keytabs owned by other users, the default location for the keytab requires root ownership.
Start the ktutil command.
# /usr/krb5/bin/ktutil |
Read the keytab into the keylist buffer by using the read_kt command.
ktutil: read_kt keytab |
Display the keylist buffer by using the list command.
ktutil: list |
The current keylist buffer is displayed.
Quit the ktutil command.
ktutil: quit |
The following example displays the keylist in the /etc/krb5/krb5.keytab file on the denver host.
denver # /usr/krb5/bin/ktutil
ktutil: read_kt /etc/krb5/krb5.keytab
ktutil: list
slot KVNO Principal
---- ---- ---------------------------------------
1 5 host/denver@ACME.COM
ktutil: quit
|