freebsd-dev/crypto/heimdal/kdc/kstash.8

61 lines
1.2 KiB
Groff
Raw Normal View History

.\" $Id: kstash.8,v 1.6 2001/06/18 03:26:51 assar Exp $
.\"
2001-02-13 16:46:19 +00:00
.Dd September 1, 2000
.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"
.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
.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.
.Pp
2001-02-13 16:46:19 +00:00
Supported options:
.Bl -tag -width Ds
2001-02-13 16:46:19 +00:00
.It Xo
.Fl e Ar string Ns ,
.Fl -enctype= Ns Ar string
.Xc
the encryption type to use, defaults to DES3-CBC-SHA1
.It Xo
.Fl k Ar file Ns ,
.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
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
.El
2001-02-13 16:46:19 +00:00
.\".Sh ENVIRONMENT
.\".Sh FILES
.\".Sh EXAMPLES
.\".Sh DIAGNOSTICS
.Sh SEE ALSO
.Xr kdc 8
2001-02-13 16:46:19 +00:00
.\".Sh STANDARDS
.\".Sh HISTORY
.\".Sh AUTHORS
.\".Sh BUGS