System Grab Bag

View all TLDR pages from common (or from all pages)

salt-key

Manages salt minion keys on the salt master. Needs to be run on the salt master, likely as root or with sudo. More information: https://docs.saltstack.com/ref/cli/salt-key.html.
  • List all accepted, unaccepted and rejected minion keys:
    salt-key -L
  • Accept a minion key by name:
    salt-key -a {{MINION_ID}}
  • Reject a minion key by name:
    salt-key -r {{MINION_ID}}
  • Print fingerprints of all public keys:
    salt-key -F

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.