Created
September 21, 2014 23:39
-
-
Save yuuichi-fujioka/335a1f0f20bbff77298e to your computer and use it in GitHub Desktop.
set password with cloud-init.
This file contains hidden or 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: mysecret | |
chpasswd: { expire: False } | |
ssh_pwauth: True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment