Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 29, 2017 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/1d0e2cb0cf6d778951859025953ecd87 to your computer and use it in GitHub Desktop.
Save gowatana/1d0e2cb0cf6d778951859025953ecd87 to your computer and use it in GitHub Desktop.
#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