ktutil (1) - Linux Manuals
ktutil: Kerberos keytab file maintenance utility
NAME
ktutil - Kerberos keytab file maintenance utilitySYNOPSIS
DESCRIPTION
The ktutil command invokes a command interface from which an administrator can read, write, or edit entries in a keytab or Kerberos V4 srvtab file.
COMMANDS
list
listDisplays the current keylist.
read_kt
read_kt keytabRead the Kerberos V5 keytab file keytab into the current keylist.
read_st
read_st srvtabRead the Kerberos V4 srvtab file srvtab into the current keylist.
write_kt
write_kt keytabWrite the current keylist into the Kerberos V5 keytab file keytab.
write_st
write_st srvtabWrite the current keylist into the Kerberos V4 srvtab file srvtab.
clear_list
clear_listClear the current keylist.
delete_entry
delete_entry slotDelete the entry in slot number slot from the current keylist.
add_entry
add_entry {-key|-password} -p principal -k kvno -e enctypeAdd principal to keylist using key or password.
list_requests
list_requestsDisplays a listing of available commands.
quit
quitQuits ktutil.
EXAMPLE
ktutil: add_entry -password -p alice [at] BLEEP.COM -k 1 -e aes128-cts-hmac-sha1-96 Password for alice [at] BLEEP.COM: ktutil: add_entry -password -p alice [at] BLEEP.COM -k 1 -e aes256-cts-hmac-sha1-96 Password for alice [at] BLEEP.COM: ktutil: write_kt keytab ktutil:
AUTHOR
MITCOPYRIGHT
1985-2017, MIT