Archive for May 4th, 2011

4
May

unsupported esx console

   Posted by: admin    in Lăng nhăng lít nhít

  1. alt-f1 (Note: As pointed out below, you will not see your typing on this screen, just trust us, it is there).
  2. unsupported
  3. root pw
  4. vi /etc/inetd.conf
  5. delete the “#” from ssh
  6. kill -HUP ( inetd )
ssh-keygen -t rsa
scp id_rsa.pub user@esxiserver:/vmfs/volumes/datastore1/authorized_keys

login to the esxiserver TSM propmt and add to /etc/rc.local

mkdir /.ssh
cp /vmfs/volumes/datastore1/authorized_keys /.ssh/
chmod -R 600 /.ssh