Skip to content

Instantly share code, notes, and snippets.

@eriweb
Last active August 29, 2015 14:05
Show Gist options
  • Save eriweb/e0ab09afaa6be2a5f3bb to your computer and use it in GitHub Desktop.
Save eriweb/e0ab09afaa6be2a5f3bb to your computer and use it in GitHub Desktop.
sample user-data
#cloud-config
#password: passw0rd #uncomment if you want to specify as password
password: RANDOM
chpasswd: { expire: false } # set to true if you want to be forced to change the password on the first login
ssh_pwauth: 1 # this enables password authentication for ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment