VMware ESXi

Enabling SSH

Taken from http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/

By default this isn’t possible. But there’s a way to get this working, just do the following:
Go to the ESXi console and press alt+F1
Type: unsupported
Enter the root password(No prompt, typing is blindly)
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”

Adding local users

To create a valid account, you must meet a certain criteria (not listed anywhere) for the password, which includes a combination of :

  • more than 8 characters
  • upper and lower case letters, numbers and special characters
 
techdocs/vmware/esxi.txt · Last modified: 2011/01/01 13:27 by earnoth
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki