Enable SSH For ESXi

A great article on how to enable SSH for ESXi, which if you didn’t already know does not have a Service Console to speak of, but is built on the BusyBox distribution. However, it is still possible to remote manage it using SSH with a tweak here and there.

Here’s the great video that shows you how to do it step by step, but check out the rest of the article for more detail:

Enable SSH For ESXi

Tags: ,

3 Responses to “Enable SSH For ESXi”

  1. Norbert Kiesel Says:

    Actually busybox is not a distribution, but a program that combines many different standard Unix binaries into one binary. In order to run e.g. “ls” using busybox, you have to create a symbolic link named “ls” to the busybox binary and then exeute that. busybox is used in many embedded systems because of it’s small size.

    So ESX3i still contains a service console, just that it’s no longer based on RedHat but either on one of the mini-distributions like DSL or one that VMware created on their own.

  2. Gil K Says:

    Nice to see that some one made a video .:)

  3. What’s the difference between free ESXi and licensed ESXi? | VM /ETC Says:

    [...] / mRemote - there is not a Service Console. ( it is possible to open a busybox console as explained here and here, but this function was intended for VMware Technical Support only. If you listen to the [...]

Leave a Reply