Configure Linux Nodes - SomethingGeneric/sparkle.local GitHub Wiki
DHCP1
, DHCP2
, and Util
)
Linux Machines (Sparkle-deployer
accounts on all machines
Make sudo adduser sparkle-deployer
sudo passwd sparkle-deployer
sudo usermod -aG wheel sparkle-deployer
sshd
Start Linux should already come installed with SSH capabilities, you should just need to enable them.
- On all machines run:
systemctl start sshd
- if you want to check the status of sshd use
systemctl status sshd
/etc/sudoers.d/sys265
file on all machines
Create Creating this file will allow the sparkle-deployer
user on the controller to execute command without having to elevate to root user via sudo
Luckily setting up the nodes for Linux is way easier then setting up the windows nodes, so those 2 steps are all you should need!