SSH for ESXi

From KlavoWiki
Revision as of 22:31, 16 June 2009 by David (talk | contribs) (Created page with 'To enable SSH for ESXi # First, login to console by pressing Ctrl-Alt-F1 # Type in <i>unsupported</i> and press enter. # You should now see a warning from the vmWare technical s...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To enable SSH for ESXi

  1. First, login to console by pressing Ctrl-Alt-F1
  2. Type in unsupported and press enter.
  3. You should now see a warning from the vmWare technical support team.
  4. Login as root and enter your root password.
  5. You should now have a root linux hash ( # )
  6. Edit /etc/inetd.conf by using vi /etc/inetd.conf
  7. Scroll down until you see the ssh section and remove the comments in front of SSH(remove the # signs.)
  8. Save the file
  9. and finally, reboot

You have now sucessfully enabled ssh.