2002-08-30 21:23:27 +00:00
|
|
|
.\" $Id: kstash.8,v 1.7 2002/08/20 16:37:14 joda Exp $
|
2000-01-09 20:58:00 +00:00
|
|
|
.\"
|
2001-02-13 16:46:19 +00:00
|
|
|
.Dd September 1, 2000
|
2000-01-09 20:58:00 +00:00
|
|
|
.Dt KSTASH 8
|
|
|
|
.Os HEIMDAL
|
|
|
|
.Sh NAME
|
|
|
|
.Nm kstash
|
2001-05-08 14:57:13 +00:00
|
|
|
.Nd "store the KDC master password in a file"
|
2000-01-09 20:58:00 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2001-02-13 16:46:19 +00:00
|
|
|
.Oo Fl e Ar string \*(Ba Xo
|
2001-06-21 02:12:07 +00:00
|
|
|
.Fl -enctype= Ns Ar string
|
2001-02-13 16:46:19 +00:00
|
|
|
.Xc
|
2001-06-21 02:12:07 +00:00
|
|
|
.Oc
|
2001-02-13 16:46:19 +00:00
|
|
|
.Oo Fl k Ar file \*(Ba Xo
|
2001-06-21 02:12:07 +00:00
|
|
|
.Fl -key-file= Ns Ar file
|
2001-02-13 16:46:19 +00:00
|
|
|
.Xc
|
2001-06-21 02:12:07 +00:00
|
|
|
.Oc
|
2001-02-13 16:46:19 +00:00
|
|
|
.Op Fl -convert-file
|
|
|
|
.Op Fl -master-key-fd= Ns Ar fd
|
|
|
|
.Op Fl h | Fl -help
|
|
|
|
.Op Fl -version
|
2000-01-09 20:58:00 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2001-02-13 16:46:19 +00:00
|
|
|
reads the Kerberos master key and stores it in a file that will be
|
|
|
|
used by the KDC.
|
2000-01-09 20:58:00 +00:00
|
|
|
.Pp
|
2001-02-13 16:46:19 +00:00
|
|
|
Supported options:
|
2000-01-09 20:58:00 +00:00
|
|
|
.Bl -tag -width Ds
|
2001-02-13 16:46:19 +00:00
|
|
|
.It Xo
|
2002-08-30 21:23:27 +00:00
|
|
|
.Fl e Ar string ,
|
2001-02-13 16:46:19 +00:00
|
|
|
.Fl -enctype= Ns Ar string
|
|
|
|
.Xc
|
|
|
|
the encryption type to use, defaults to DES3-CBC-SHA1
|
|
|
|
.It Xo
|
2002-08-30 21:23:27 +00:00
|
|
|
.Fl k Ar file ,
|
2001-02-13 16:46:19 +00:00
|
|
|
.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
|
2002-02-19 15:46:56 +00:00
|
|
|
write it back in the new keyfile format
|
2001-02-13 16:46:19 +00:00
|
|
|
.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
|
2000-01-09 20:58:00 +00:00
|
|
|
.El
|
2001-02-13 16:46:19 +00:00
|
|
|
.\".Sh ENVIRONMENT
|
|
|
|
.\".Sh FILES
|
|
|
|
.\".Sh EXAMPLES
|
|
|
|
.\".Sh DIAGNOSTICS
|
2000-01-09 20:58:00 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr kdc 8
|
2001-02-13 16:46:19 +00:00
|
|
|
.\".Sh STANDARDS
|
|
|
|
.\".Sh HISTORY
|
|
|
|
.\".Sh AUTHORS
|
|
|
|
.\".Sh BUGS
|