aboutsummaryrefslogtreecommitdiff
path: root/kdc/kstash.cat8
diff options
context:
space:
mode:
Diffstat (limited to 'kdc/kstash.cat8')
-rw-r--r--kdc/kstash.cat835
1 files changed, 17 insertions, 18 deletions
diff --git a/kdc/kstash.cat8 b/kdc/kstash.cat8
index b3bdf655d310..cde3225a0f70 100644
--- a/kdc/kstash.cat8
+++ b/kdc/kstash.cat8
@@ -1,43 +1,42 @@
-
KSTASH(8) BSD System Manager's Manual KSTASH(8)
-NNAAMMEE
- kkssttaasshh -- store the KDC master password in a file
+NAME
+ kstash -- store the KDC master password in a file
-SSYYNNOOPPSSIISS
- kkssttaasshh [--ee _s_t_r_i_n_g | ----eennccttyyppee==_s_t_r_i_n_g] [--kk _f_i_l_e | ----kkeeyy--ffiillee==_f_i_l_e]
- [----ccoonnvveerrtt--ffiillee] [----rraannddoomm--kkeeyy] [----mmaasstteerr--kkeeyy--ffdd==_f_d]
- [----rraannddoomm--kkeeyy] [--hh | ----hheellpp] [----vveerrssiioonn]
+SYNOPSIS
+ kstash [-e string | --enctype=string] [-k file | --key-file=file]
+ [--convert-file] [--random-key] [--master-key-fd=fd]
+ [--random-key] [-h | --help] [--version]
-DDEESSCCRRIIPPTTIIOONN
- kkssttaasshh reads the Kerberos master key and stores it in a file that will be
+DESCRIPTION
+ kstash reads the Kerberos master key and stores it in a file that will be
used by the KDC.
Supported options:
- --ee _s_t_r_i_n_g, ----eennccttyyppee==_s_t_r_i_n_g
+ -e string, --enctype=string
the encryption type to use, defaults to DES3-CBC-SHA1.
- --kk _f_i_l_e, ----kkeeyy--ffiillee==_f_i_l_e
+ -k file, --key-file=file
the name of the master key file.
- ----ccoonnvveerrtt--ffiillee
+ --convert-file
don't ask for a new master key, just read an old master key file,
and write it back in the new keyfile format.
- ----rraannddoomm--kkeeyy
+ --random-key
generate a random master key.
- ----mmaasstteerr--kkeeyy--ffdd==_f_d
+ --master-key-fd=fd
filedescriptor to read passphrase from, if not specified the
passphrase will be read from the terminal.
-FFIILLEESS
- _/_v_a_r_/_h_e_i_m_d_a_l_/_m_-_k_e_y is the default keyfile if no other keyfile is speci-
+FILES
+ /var/heimdal/m-key is the default keyfile if no other keyfile is speci-
fied. The format of a Heimdal master key is the same as a keytab, so
- kkttuuttiill list can be used to list the content of the file.
+ ktutil list can be used to list the content of the file.
-SSEEEE AALLSSOO
+SEE ALSO
kdc(8)
HEIMDAL April 10, 2007 HEIMDAL