logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kstash — store the KDC master password in a file

Description

kstash reads the Kerberos master key and stores it in a file that will be used by the KDC.

       Supported options:

       -estring, --enctype=string
               the encryption type to use, defaults to DES3-CBC-SHA1.

       -kfile, --key-file=file
               the name of the master key file.

       --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.

       --random-key
               generate a random master key.

       --master-key-fd=fd
               filedescriptor  to  read  passphrase  from, if not specified the passphrase will be read from the
               terminal.

Files

/var/heimdal/m-key is the default keyfile if no other keyfile is specified.   The  format  of  a  Heimdal
       master key is the same as a keytab, so ktutil list can be used to list the content of the file.

Name

       kstash — store the KDC master password in a file

See Also

kdc(8)

HEIMDAL                                          April 10, 2007                                        KSTASH(8)

Synopsis

kstash   [-estring | --enctype=string]   [-kfile | --key-file=file]   [--convert-file]   [--random-key]
              [--master-key-fd=fd] [--random-key] [-h | --help] [--version]

See Also