Saturday, July 11, 2009

VMWare VSphere 4i SSH

I haven't verified this, but I found this snippet on a web site earlier today
SSH in vSphere 4i
tweetmeme_url = 'http://www.itstuff.ca/2009/06/ssh-in-vsphere-4i.html';
To enable SSH in vSphere 4i we should do the following steps (similar as esx 3i):
1. First, press Alt + f1 then type “unsupported” and press enter.
2. At the prompt for password, provide the credentials, previously configured, and we will be able to log in to the service console.
3. Do a vi /etc/inetd.conf and look for #ssh. Remove the # and save the file after this.
4. Go to /sbin, and run this command ./services.sh restart

Now, we will have SSH enabled.

No comments:

Post a Comment