Thursday, December 8, 2011

SSH on ESXi

After Tech Support Mode is enabled, you could then enable SSH on ESXi.

  1. vi /etc/inetd.conf  (unmark two lines start with #ssh)
  2. kill -HUP < cat /var/run/inetd.pid (restart the inetd process)
Of course, if you need to disable SSH on ESXi, just remark ssh lines at /etc/inetd.conf and restart the inetd process.

No comments:

Post a Comment