1KTUTIL(1)                        MIT Kerberos                        KTUTIL(1)
2
3
4

NAME

6       ktutil - Kerberos keytab file maintenance utility
7

SYNOPSIS

9       ktutil
10

DESCRIPTION

12       The  ktutil  command invokes a command interface from which an adminisā€
13       trator can read, write, or edit entries in  a  keytab  or  Kerberos  V4
14       srvtab file.
15

COMMANDS

17   list
18          list
19
20       Displays the current keylist.
21
22       Alias: l
23
24   read_kt
25          read_kt keytab
26
27       Read the Kerberos V5 keytab file keytab into the current keylist.
28
29       Alias: rkt
30
31   read_st
32          read_st srvtab
33
34       Read the Kerberos V4 srvtab file srvtab into the current keylist.
35
36       Alias: rst
37
38   write_kt
39          write_kt keytab
40
41       Write the current keylist into the Kerberos V5 keytab file keytab.
42
43       Alias: wkt
44
45   write_st
46          write_st srvtab
47
48       Write the current keylist into the Kerberos V4 srvtab file srvtab.
49
50       Alias: wst
51
52   clear_list
53          clear_list
54
55       Clear the current keylist.
56
57       Alias: clear
58
59   delete_entry
60          delete_entry slot
61
62       Delete the entry in slot number slot from the current keylist.
63
64       Alias: delent
65
66   add_entry
67          add_entry {-key|-password} -p principal -k kvno -e enctype [-s salt]
68
69       Add principal to keylist using key or password.
70
71       Alias: addent
72
73   list_requests
74          list_requests
75
76       Displays a listing of available commands.
77
78       Aliases: lr, ?
79
80   quit
81          quit
82
83       Quits ktutil.
84
85       Aliases: exit, q
86

EXAMPLE

88              ktutil:  add_entry -password -p alice@BLEEP.COM -k 1 -e
89                  aes128-cts-hmac-sha1-96
90              Password for alice@BLEEP.COM:
91              ktutil:  add_entry -password -p alice@BLEEP.COM -k 1 -e
92                  aes256-cts-hmac-sha1-96
93              Password for alice@BLEEP.COM:
94              ktutil:  write_kt keytab
95              ktutil:
96

SEE ALSO

98       kadmin(1), kdb5_util(8)
99

AUTHOR

101       MIT
102
104       1985-2018, MIT
105
106
107
108
1091.16.1                                                               KTUTIL(1)
Impressum