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