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.saltproject.io/en/latest/ref/cli/salt-key.html>.
Install
- All systems
-
curl cmd.cat/salt-key.sh
- Debian
-
apt-get install salt-master - Ubuntu
-
apt-get install salt-master -
Alpine
-
apk add salt - Arch Linux
-
pacman -S salt - Fedora
-
dnf install salt-master - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install salt-master - OS X
-
brew install salt - Raspbian
-
apt-get install salt-master - Docker
-
docker run cmd.cat/salt-key salt-keypowered by Commando
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.saltproject.io/en/latest/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
© tl;dr; authors and contributors