After logging into ssh, I got this message:
\'Username\' is not in the sudoers file. This incident will be reported.
How can I r
Add your user to the list of sudoers. This will make it easier to execute commands as the user that you have created will require admin privileges.
sudo adduser username sudo
(Note:- Username is the user you want to give the privileges)