summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kdc/kstash.8
blob: 3bd46c63ac01c3922fdd122bccaaff0fcaea5229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.\" $Id: kstash.8,v 1.7 2002/08/20 16:37:14 joda Exp $
.\"
.Dd September  1, 2000
.Dt KSTASH 8
.Os HEIMDAL
.Sh NAME
.Nm kstash
.Nd "store the KDC master password in a file"
.Sh SYNOPSIS
.Nm
.Oo Fl e Ar string \*(Ba Xo
.Fl -enctype= Ns Ar string
.Xc
.Oc
.Oo Fl k Ar file \*(Ba Xo
.Fl -key-file= Ns Ar file
.Xc
.Oc
.Op Fl -convert-file
.Op Fl -master-key-fd= Ns Ar fd
.Op Fl h | Fl -help
.Op Fl -version
.Sh DESCRIPTION
.Nm
reads the Kerberos master key and stores it in a file that will be
used by the KDC.
.Pp
Supported options:
.Bl -tag -width Ds
.It Xo
.Fl e Ar string ,
.Fl -enctype= Ns Ar string
.Xc
the encryption type to use, defaults to DES3-CBC-SHA1
.It Xo
.Fl k Ar file ,
.Fl -key-file= Ns Ar file
.Xc
the name of the master key file
.It Xo
.Fl -convert-file
.Xc
don't ask for a new master key, just read an old master key file, and
write it back in the new keyfile format
.It Xo
.Fl -master-key-fd= Ns Ar fd
.Xc
filedescriptor to read passphrase from, if not specified the
passphrase will be read from the terminal
.El
.\".Sh ENVIRONMENT
.\".Sh FILES
.\".Sh EXAMPLES
.\".Sh DIAGNOSTICS
.Sh SEE ALSO
.Xr kdc 8
.\".Sh STANDARDS
.\".Sh HISTORY
.\".Sh AUTHORS
.\".Sh BUGS
OpenPOWER on IntegriCloud