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

    mkdir /.ssh

  • Copy the public key to the ESXi host:
    Panel

    scp /etc/vcl/vcl.key.pub root@vcl-esxi01:/.ssh/authorized_keys

  • Test connecting using the key:
    Panel

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

...