#cloud-config | |
users: | |
- name: ntnx-user | |
groups: wheel | |
shell: /bin/bash | |
sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
ssh-authorized-keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAA(以下省略) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment