`juju ssh-keys`
Usage:
juju ssh-keys [options]
Summary:
Lists the currently known SSH keys for the current (or specified) model.
Global Options:
--debug (= false)
Equivalent to --show-log --logging-config==DEBUG
-h, --help (= false)
Show help on a command or other topic.
--logging-config (= "")
Specify log levels for modules
--quiet (= false)
Show no informational output
--show-log (= false)
If set, write the log file to stderr
--verbose (= false)
Show more verbose output
Command Options:
-B, --no-browser-login (= false)
Do not use web browser for authentication
--full (= false)
Show full key instead of just the fingerprint
-m, --model (= "")
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID>
Details:
Juju maintains a per-model cache of SSH keys which it copies to each newly created unit.
This command will display a list of all the keys currently used by Juju in the current model (or the model specified, if the ‘-m’ option is used).
By default a minimal list is returned, showing only the fingerprint of each key and its text identifier. By using the ‘–full’ option, the entire key may be displayed.
Examples:
juju ssh-keys
To examine the full key, use the ‘–full’ option:
juju ssh-keys -m jujutest --full
Aliases:
list-ssh-keys
Last updated 1 year, 3 months ago.