Versions Compared

Key

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

...

If you want to inject more than one key, you can specifiy as many keys as you want in the "Configuration" tab like this:

Code Block
titleCloud-config template
collapsetrue
#cloud-config
ssh_authorized_keys:
    - <paste public key here>


...