Yesterday, I update my cPanel version on my droplet. After update, it says that I have to enable cpHulk. So, I enable it, with a bunch of config that I don’t event understand. The thing that I remember that I disabled root login trough WHM and SSH. I don’t have any other login except root for WHM and SSH.
I did some tutorial that I found:
And my question: How to enable root login and password authentication trough recovery web console?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello all,
You can also temporary enable the PasswordAuthentication from no to yes in order to access your droplet using a password and then once you’ve entered your key to disable the PasswordAuthentication again. This way is considered more secure than uploading the key to a Dropbox in case you don’t have any other server to us.
/etc/ssh/sshd_config
ssh username@[hostname or IP address]
or if on a Windows box use PuTTY for password login making sure authentication parameters aren’t pointing to a private key~/.ssh/authorized_keys
/etc/ssh/sshd_config
Hope that this helps! Regards, Alex
Hi @unixynet,
I solved this issue, if you have same problem, please refer to this: https://stackoverflow.com/questions/53651064/how-to-enable-root-login-and-password-authentication-trough-recovery-web-console?noredirect=1#comment94160730_53651064
What exact steps did you follow to enable SSH root login? What settings did you change?
Cheers