Published Question
Following the recommendations in online forums, I have configured my new Ubuntu server so that root can only be accessed via my private key.
My understanding is that I'm also supposed to create a different user accou...
Accepted Answer:
Hi adelwhich,
You'll need to create a user and add it to the sudoers group
You'll start by creating the user by using the adduser command
sudo adduser exampleuser
Then use the usermod command to add the user to the ...
7
•
•
By
adelwich
Initial Server Setup