Last active
August 29, 2015 14:05
-
-
Save eriweb/e0ab09afaa6be2a5f3bb to your computer and use it in GitHub Desktop.
sample user-data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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