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
collapsetrue
#cloud-config
ssh_authorized_keys:
    - <paste public key here>


 

After pressing "Launch Instance" the openstack plattform should need a couple of seconds before your machine is running. You can see your machine in the "Instance" list.

...