This flashcard is just one of a free flashcard set. See all flashcards!
172
How do you allow root SSH access on ESX 4?
-CD to /etc/ssh
-Edit the ssh_config file
-Change the following line:
PermitRootLogon = no
To
PermitRootLogon = yes
-Restart the ssh service with:
service sshd restart
-Edit the ssh_config file
-Change the following line:
PermitRootLogon = no
To
PermitRootLogon = yes
-Restart the ssh service with:
service sshd restart
Tags: vSphere General
Source:
Source: