How to enable the root login in the ESX server which is OFF by default?
Edit the configuration file for SSH with the command:
nano /etc/ssh/sshd_config
Find the line that starts with PermitRootLogin and change the no to yes. You can find this line about 2 pages down from the top.
Save the file by first pressing Ctrl-O and then Enter.
Exit with Ctrl-X.
Restart the sshd service with the command:
service sshd restart
Latest posts by Ravi Chopra (see all)
- 10 Azure Virtual Desktop (AVD) Cost-Optimization Strategies for 2025 💡💰 - 22 February 2025
- Entra ID (Azure Active Directory) Pricing and Licensing Guide - 14 February 2025
- AD Integration with Third-Party Applications - 10 February 2025