Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Last active April 4, 2020 19:59
Show Gist options
  • Save ualmtorres/c3e7123d3e414e9e54ad4d3ee1051429 to your computer and use it in GitHub Desktop.
Save ualmtorres/c3e7123d3e414e9e54ad4d3ee1051429 to your computer and use it in GitHub Desktop.
Post install script to enable login to OpenStack instances using password
#cloud-config
password: changeThisPassword
chpasswd: { expire: False }
ssh_pwauth: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment