Versions Compared

Key

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

...

IMPORTANT: Under ESXi, the authorized_keys file is erased when the ESXi VM host is rebooted.  You will need to copy the public key back to the VM host whenever it is rebooted.  A workaround for this problem should be available soon. Complete the following steps to make the authorized_keys file persistent:

  • Create a compressed tarball file containing the /.ssh directory:
    Panel

    tar -C / -czf "/bootbank/vcl.tgz" "/.ssh"

  • Edit the /bootbank/boot.cfg file and append ' --- vcl.tgz' to modules line as shown in the following example:
Panel

kernel=b.z
kernelopt=
modules=k.z — s.z — c.z — oem.tgz — license.tgz — m.z — state.tgz — vcl.tgz
build=4.1.0-260247
updated=2
bootstate=0

VM host profile parameters:

...