Translations:Managing your cloud resources with OpenStack/31/en

From Alliance Doc
Revision as of 18:42, 8 November 2022 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:OpenStack/31/en to Translations:Managing your cloud resources with OpenStack/31/en without leaving a redirect: Part of translatable page "OpenStack")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
#cloud-config
users:
  - name: gretzky
    shell: /bin/bash
    sudo: ALL=(ALL) NOPASSWD:ALL
    ssh_authorized_keys:
      - <Gretzky's public key goes here>
  - name: lemieux
    shell: /bin/bash
    ssh_authorized_keys:
      - <Lemieux's public key goes here>