- Go to the ESXi console and press alt+F1
- Type: unsupported (One thing to note here is that there is no prompt when you press Alt-F1. You just type “unsupported” blindly.)
- Enter the root password
- At the prompt type “vi /etc/inetd.conf”
- Look for the line that starts with “#ssh” (you can search with pressing “/”)
- Remove the “#” (press the “x” if the cursor is on the character)
- Save “/etc/inetd.conf” by typing “:wq!”
- Restart the management service “/sbin/services.sh restart”
Just do a kill -HUP `ps | grep inetd`
Done!

No comments:
Post a Comment