Do superuser things with normal user

Posted by OrangeTux on Super User See other posts from Super User or by OrangeTux
Published on 2012-06-15T21:40:46Z Indexed on 2012/06/17 9:18 UTC
Read the original article Hit count: 215

Filed under:
|
|

I want to secure the SSH access to my server. One thing I read everywhere is to disable the root user login.

To still have access via SSH I created another user via sudo adduser john

How can I still do root things with this account?

sudo command asks for a password of the user but gives john not in sudoer file. Action will be reported. When I use su I log in as root which I'm going to disable.

How can I stil do root things with the normal account john?

© Super User or respective owner

Related posts about ssh

Related posts about sudo