Disable root login and add new user under Linux

Source: Internet
Author: User

One, add and root permissions of the same user

1.

AddUser Admin

passwd Admin (change password)

Then enter the password (the password is easy to pass)

You are prompted to enter a confirmation password and then enter it again. OK to add success.

2. Modify the/etc/sudoers file, locate the following line, and add a line below root as follows:

Vim/etc/sudoers
# allow ROOT to run any commands anywhereroot all =(All All = ( all


Second, prohibit root telnet

Need to edit/etc/ssh/sshd_config.

Vim/etc/ssh/sshd_config found Permitrootlogin.

Change to Permitrootlogin no

Restart Service sshd Restart

Conclusion:

This will prohibit the root user login with admin login. To be so complicated is to be safe.

You only prohibit the root user login, no other users, first logged in with another user, in Su root to cut back the root user

Switch to the root user and lose the password

Disable root login and add new user under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.