Basic Example Sudo Configuration

This is an example configuration for a Linux system that broadly grants the ability to execute commands using sudo. This is the least secure option, but is easy to implement and maintain. It assumes that the user account used for collection is named 'risc'.

# remove the TTY restriction for this user

Defaults:risc !requiretty

 

# allow the user to issue commands as root without a password

risc ALL=(root) NOPASSWD: ALL