So, I finally had a chance to play with VMware ESXi. It’s pretty much what I expected, a straight-up version of ESX. Very, very nice… I’ll start moving more servers over from VMware Server 1.x and report back on my progress.
One of the things that annoyed me out of the gate is the lack of SSH support. It’s there in the underlying operating system, just not enabled. Here’s how to turn it on:
- Get on the console of the ESXi server.
- Press ALT-F1 to get to the OS system console
- Type “unsupported”
- Enter the root password at the password prompt.
- Edit /etc/inetd.conf with vi, and uncomment the SSH line
- Run: kill -1 $(cat /var/run/inetd.pid)
And viola! SSH to your ESX box. Enjoy!

Recent Comments