Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create an SSH key pair on the management node (or use a key you previously created):
    Panel

    ssh-keygen -t rsa -f /etc/vcl/vcl.key -N '' -b 1024 -C 'VCL root account'

  • Log into the ESX host via SSH (password authentication should work) and create the directory:
    Panel

    ssh -o Batchmode=no vcl-esxi01 'mkdir /.ssh'

  • Copy the public key to the ESXi host:
    Panel

    scp -o Batchmode=no /etc/vcl/winxp_bladevcl.key.pub vcl-esxi01:/.ssh/authorized_keys

  • Test making an SSH connection using the key:
    Panel

    ssh -i /etc/vcl/vcl.key vcl-esxi01

...