After logging into ssh, I got this message:
\'Username\' is not in the sudoers file. This incident will be reported.
How can I r
If you're unable to find visudo on your system
whereis visudo
Launch this tool
./PATH/visudo
add this line under
User privilege specification
user_name ALL=(ALL) ALL
Save the changes and here you go !