Disable root remote login to centos (enable sudo)

Source: Internet
Author: User
By default, sudo is not enabled for CentOS, and you can directly log on to the server as a Super Administrator. to ensure security and reduce the loss caused by misoperations, we recommend that you enable sudo CentOSsudo.

1. add a sudo user
Run the mongodo command and find:

Copy codeThe code is as follows:
Root ALL = (ALL) ALL

Add the following: (Note: qianyunlai is a new common user in Linux)

Copy codeThe code is as follows:
Qianyunlai ALL = (ALL) ALL

2. prohibit root user logon
Edit/etc/ssh/sshd_config and set

Copy codeThe code is as follows:
PermitRootLogin yes

Change

Copy codeThe code is as follows:
PermitRootLogin no

Restart sshd:

Copy codeThe code is as follows:
Service sshd reload

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.