1KTUTIL(1) General Commands Manual KTUTIL(1)
2
3
4
6 ktutil - Kerberos keytab file maintenance utility
7
9 ktutil
10
12 The ktutil command invokes a subshell from which an administrator can
13 read, write, or edit entries in a Kerberos V5 keytab or V4 srvtab file.
14
16 list Displays the current keylist. Alias: l.
17
18 read_kt keytab
19 Read the Kerberos V5 keytab file keytab into the current
20 keylist. Alias: rkt
21
22 read_st srvtab
23 Read the Kerberos V4 srvtab file srvtab into the current
24 keylist. Alias: rst.
25
26 write_kt keytab
27 Write the current keylist into the Kerberos V5 keytab file
28 keytab. Alias: wkt.
29
30 write_st srvtab
31 Write the current keylist into the Kerberos V4 srvtab file
32 srvtab. Alias: wst.
33
34 clear_list
35 Clear the current keylist. Alias: clear.
36
37 delete_entry slot
38 Delete the entry in slot number slot from the current keylist.
39 Alias: delent.
40
41 add_entry (-key | -password) -p principal -k kvno -e enctype
42 Add principal to keylist using key or password. Alias: addent.
43
44 list_requests
45 Displays a listing of available commands. Aliases: lr, ?.
46
47 quit Quits ktutil. Aliases: exit, q.
48
50 kadmin(8), kdb5_util(8)
51
52
53
54 KTUTIL(1)