Translations:Managing your cloud resources with OpenStack/31/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
#cloud-config | #cloud-config | ||
users: | users: | ||
- name: | - name: gretzky | ||
shell: /bin/bash | shell: /bin/bash | ||
sudo: ALL=(ALL) NOPASSWD:ALL | sudo: ALL=(ALL) NOPASSWD:ALL | ||
ssh_authorized_keys: | ssh_authorized_keys: | ||
- < | - <Gretzky's public key goes here> | ||
- name: | - name: lemieux | ||
shell: /bin/bash | shell: /bin/bash | ||
ssh_authorized_keys: | ssh_authorized_keys: | ||
- < | - <Lemieux's public key goes here> |
Revision as of 17:58, 17 November 2016
#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>