Salt: Difference between revisions

From Pumping Station One
 
(One intermediate revision by one other user not shown)
Line 48: Line 48:
sudo salt '*' pkg.upgrade
sudo salt '*' pkg.upgrade
</syntaxHighlight>
</syntaxHighlight>
== Adding someone's SSH key to root access ==
1. Get an SSH key. Here are some simple instructions:
*[https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2 Linux]
*[https://www.ssh.com/ssh/putty/windows/puttygen Windows]
It would be nice if this was better documented.