Mar 13, 2008 -
Networking, VMWare
1 Comment
Networking, VMWare
1 Comment How to allow the root user to login to VMware ESX Server with SSH
To allow the root user to login to a VMware ESX Server over the network using SSH, do the following
Go to the service console on the physical server & login
1.vi /etc/ssh/sshd_config
2.Change the line that says PermitRootLogin from “no” to “yes”
3.service sshd restart