Skip to content

Instantly share code, notes, and snippets.

Created October 1, 2015 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a36bf1c343fbf2e5cec2 to your computer and use it in GitHub Desktop.
Save anonymous/a36bf1c343fbf2e5cec2 to your computer and use it in GitHub Desktop.
Salt ssh key issue
/srv/salt/top.sls
base:
'*':
- rsakeys
/srv/salt/rsakeys.sls
ssh_auth.present:
- user: root
- enc: ssh-rsa
- names
- KEYISHERE
/etc/salt/master
file_roots:
base:
- /srv/salt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment