currently I'm actually having a security concern regarding acquiring root privilege on my server.
Current situation: I login using SSH to my server and I use my user account for this, this user account can also get root privilege with the same password.
Required situation: Login with the user, require a DIFFERENT password for root privilege.
sudo
privilege. You can activate root login, then disablesudo
privileges for your account and use plainsu
, but in my experience that is never a good idea. – Rmano Dec 07 '14 at 10:27ssh
(don't), you can set up an unprivileged user; it's safer. – Rmano Dec 07 '14 at 11:11