Server Configuration
Passwordless Sudo Setup
- Log into your server with the credentials created during setup.
- Run
sudo visudo
and add the following line underincludedir /etc/sudoers.d
:<username> ALL=(ALL) NOPASSWD: ALL
. Replace<username>
with your actual username. - Verify your passwordless sudo setup by running
sudo -l
. If no password is requested, it's configured correctly and you are ready to use Stereum.