Tuesday, October 6, 2015

Vmware. How-to enable SSH for ESXi


  1. Go to the ESXi console and press alt+F1
  2. Type: unsupported
  3. Enter the root password
  4. At the prompt type “vi /etc/inetd.conf
  5. Look for the line that starts with “#ssh” (you can search with pressing “/”)
  6. Remove the “#” (press the “x” if the cursor is on the character)
  7. Save “/etc/inetd.conf” by typing “:wq!”
  8. Reboot server or restart inetd service with command kill -HUP `cat /var/run/inetd.pid`;
Source: link1, link2

No comments:

Post a Comment