Sudo User Requirements

This document covers what you need to do to ensure the user has sudo rights before using Praetor App.

First of all, connect your server using ssh. After logging in to the server, type the following command:

sudo visudo

After executing the command, you will find the following lines in your file and update it as mentioned below to enable sudo access to the current user:

  • %admin ALL=(ALL) NOPASSWD: ALL

  • %sudo ALL=(ALL:ALL) NOPASSWD: ALL

  • <user> ALL=(ALL) NOPASSWD: ALL

<user> indicates if you have made any user other than admin or root. For example, in the following screenshot, I have taken the user as "praetor."

Last updated