Você pode habilitar facilmente o console oculto no 3i (antes da atualização 2):
1. On the VMware ESXi host, press ALT-F1.
2. Print **unsupported** (text will not be visible), you enter the Tech Support Mode, and you will be prompted for a password. Enter a password for the user root.
3. You should see command prompt ~ #.
4. Open the file inetd.conf using vi /etc/inetd.conf
5. Find the line, starting with #ssh and remove the #character.
6. Press ESC and type: wq, to save your changes and exit back into the console.
7. Restart the management services using the command '/sbin /services.sh restart'.
8. Now you can connect to SSH, using any ssh-client (eg, Putty).
A partir do VMware ESXi Update 2, este método de ativação do acesso SSH não está funcionando, o servises.sh não reinicia mais o daemon inet.d, que deve ativar o SSH. Para reiniciar, faça o seguinte:
* Type ps | grep inetd
The result will be something like 1299 1299 busybox inetd.
Process ID for inetd - 1299.
* Now enter the kill-HUP process_id, where process_id in this case 1299.
Depois disso, o SSH deve funcionar.