Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created September 21, 2014 23:39
Show Gist options
  • Save yuuichi-fujioka/335a1f0f20bbff77298e to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/335a1f0f20bbff77298e to your computer and use it in GitHub Desktop.
set password with cloud-init.
#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