SSH for ESXi
From KlavoWiki
To enable SSH for ESXi
- First, login to console by pressing Ctrl-Alt-F1
- Type in unsupported and press enter.
- You should now see a warning from the vmWare technical support team.
- Login as root and enter your root password.
- You should now have a root linux hash ( # )
- Edit /etc/inetd.conf by using vi /etc/inetd.conf
- Scroll down until you see the ssh section and remove the comments in front of SSH(remove the # signs.)
- Save the file
- and finally, reboot
You have now sucessfully enabled ssh.