SSH for ESXi: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
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...' |
(No difference)
|
Latest revision as of 22:31, 16 June 2009
To enable SSH for ESXi
- First, login to console by pressing Ctrl-Alt-F1
- Type in unsupported and press enter.
- You should now see a warning from the vmWare technical support team.
- Login as root and enter your root password.
- You should now have a root linux hash ( # )
- Edit /etc/inetd.conf by using vi /etc/inetd.conf
- Scroll down until you see the ssh section and remove the comments in front of SSH(remove the # signs.)
- Save the file
- and finally, reboot
You have now sucessfully enabled ssh.