Table of Contents
In this blog, we are going learn how to prevent any user from logging in as a root to your server. This will help secure your server from hackers who try to guess your root password. So how will you log in this root? Well! The only use what we call wheel user which is allowed to promote itself to root in a shell. We will also set your server who requires Secure Connections to the cPanel and WHM interface.
Follow the below steps:
Step 1- Let’s first login to WHM.
Step 2 – Here we are in the WHM home interface. Now we will create a new user with the dummy domain as wheeluser.com and username as wheeluser.com. Once the user has been created we will receive a confirmation message.
Step 3 – Then we will scroll down to “Security Center” and click “Manage wheel group users” and a confirmation message will appear.
Step 4 – Select the users that you wish to allow promoting themselves to Root. In the following screenshot, you can see that I have selected the new user “wheeluser” to allow it promoting as a Root user.
Step 5 – Click “Add to a group”. A confirmation message will appear.
If you want to go ahead and disable root from logging in directly, you need to do that from the command line i.e. SSH. Run the following command to open SSH’s configuration file.
# vi /etc/ssh/ssh_config
Step 6 – Then add the following line
PermitRootLogin no
Step 7 – Then save the file.
Step 8 – Then you will need to restart the SSH server. Scroll down to restart services and click SSH server. Click “Yes”. A confirmation message will appear and the changes will be active.
Step 9 – The next time when you want to use root in the shell, you will need to login as a user in the wheel group. Then issue the su – command.
Conclusion: In this way, you can create and manage wheel group user.
Visit: Hostripples!
Black Friday 2025 is here — the biggest shopping moment of the year, where customers expect unbeatable prices, fast performance,…
When you move or delete a page on your WordPress website, visitors — and search engines — can easily hit…
Introduction Artificial Intelligence has made remarkable strides — from writing poetry to generating code. Yet, most AIs still act like…
Introduction Artificial Intelligence has revolutionized the way we create, refine, and scale written content — from blogs and marketing campaigns…
Every Diwali Brings New Light, New Beginnings, and New Opportunities In today’s digital world, your website is the Diya that…