support@yourtech.us | Webmail |  DNS Login | *Billing* | cPanel | (814) 652-5358

Welcome to YourTech, LLC. If you are unfamiliar with this site, you may want to find out about my services, read my story, or you could simply be looking for a way to contact me. On this site, you will find a collection of technical musings, howto guides, and technical reference information.

Enable SSH on VMWARE ESXi

| No Comments | No TrackBacks

To enable SSH on VMWare ESXi, do the following:

  1. At the console, press Alt + F1
  2. Type "unsupported" and press enter (Note, you will be doing this blindly)
  3. You will be prompted for the root password, enter it.
  4. vi /etc/inetd.conf
  5. Go to the line for ssh (try "/ssh" to find it)
  6. Uncomment the ssh line (if the cursor is over the #, hit "x")
  7. Save the file ("wq!")
  8. Restart the services ("/sbin/services.sh restart")

You should now be able to ssh in as root to the server.

There is a chance that you will have to restart inetd in order for this to work:

# get the PID of inetd
ps a | grep inetd
kill -HUP inetdpid

No TrackBacks

TrackBack URL: http://www.yourtech.us/cgi-bin/mt/mt-tb.cgi/4

Leave a comment