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

mungekey - MUNGE key management utility

Author

       Chris Dunlap <cdunlap@llnl.gov>

Description

       The  mungekey executable is the key management utility for MUNGE.  It should be run by the same user that
       starts the munged daemon.

       If no options are specified, mungekey will attempt to create a new key using the default  settings;  this
       will fail if the keyfile already exists.

       All  munged  daemons  within a security realm must use the same key.  In other words, all hosts within an
       administrative group (or cluster) using MUNGE for authentication must use the same key; this keyfile  can
       be created on one host and then securely copied to all other hosts.

Files

/etc/munge/munge.key
              Contains the shared cryptographic key for hosts within the security realm.

Name

       mungekey - MUNGE key management utility

Options

-b,--bitsinteger
              Specify the number of bits in the key being created [256-8192].

       -c,--create
              Create a new keyfile.

       -f,--force
              Force the keyfile to be overwritten if it already exists.

       -h,--help
              Display a summary of the command-line options.

       -k,--keyfilepath
              Specify the keyfile pathname.

       -L,--license
              Display license information.

       -v,--verbose
              Be verbose.

       -V,--version
              Display version information.

See Also

munge(1), remunge(1), unmunge(1), munge(3), munge_ctx(3), munge_enum(3), munge(7), munged(8).

       https://github.com/dun/munge

munge-0.5.16                                       2024-03-15                                        MUNGEKEY(8)

Synopsis

mungekey [-c] [-bbits] [-f] [-kkeyfile] [-v]

See Also