Creating a Debian Sudo User
Creating a Debian sudo user involves a few simple steps. This procedure does not require you to edit the sudoers file. If you have an existing user that you want to grant sudo privileges, skip Step 2.
Step 1: Log in as the Root User
Before you can add a user to your system, log in to your server as the root user:
ssh root@ip_address
Replace ip_address with the IP address of your server. Continue reading “Creating a Sudo User in Debian or Ubuntu” »