1
2MUNGEKEY(8) MUNGE Uid 'N' Gid Emporium MUNGEKEY(8)
3
4
5
7 mungekey - MUNGE key management utility
8
9
11 mungekey [-c] [-b bits] [-f] [-k keyfile] [-v]
12
13
15 The mungekey executable is the key management utility for MUNGE. It
16 should be run by the same user that starts the munged daemon.
17
18 If no options are specified, mungekey will attempt to create a new key
19 using the default settings; this will fail if the keyfile already ex‐
20 ists.
21
22 All munged daemons within a security realm must use the same key. In
23 other words, all hosts within an administrative group (or cluster) us‐
24 ing MUNGE for authentication must use the same key; this keyfile can be
25 created on one host and then securely copied to all other hosts.
26
27
29 -b, --bits integer
30 Specify the number of bits in the key being created [256-8192].
31
32 -c, --create
33 Create a new keyfile.
34
35 -f, --force
36 Force the keyfile to be overwritten if it already exists.
37
38 -h, --help
39 Display a summary of the command-line options.
40
41 -k, --keyfile path
42 Specify the keyfile pathname.
43
44 -L, --license
45 Display license information.
46
47 -v, --verbose
48 Be verbose.
49
50 -V, --version
51 Display version information.
52
53
55 /etc/munge/munge.key
56 Contains the shared cryptographic key for hosts within the secu‐
57 rity realm.
58
59
61 Chris Dunlap <cdunlap@llnl.gov>
62
63
65 Copyright (C) 2007-2022 Lawrence Livermore National Security, LLC.
66 Copyright (C) 2002-2007 The Regents of the University of California.
67
68 MUNGE is free software: you can redistribute it and/or modify it under
69 the terms of the GNU General Public License as published by the Free
70 Software Foundation, either version 3 of the License, or (at your op‐
71 tion) any later version.
72
73 Additionally for the MUNGE library (libmunge), you can redistribute it
74 and/or modify it under the terms of the GNU Lesser General Public Li‐
75 cense as published by the Free Software Foundation, either version 3 of
76 the License, or (at your option) any later version.
77
78
80 munge(1), remunge(1), unmunge(1), munge(3), munge_ctx(3),
81 munge_enum(3), munge(7), munged(8).
82
83 https://dun.github.io/munge/
84
85
86
87munge-0.5.15 2022-06-22 MUNGEKEY(8)