Skip to content

Instantly share code, notes, and snippets.

@truongtpa
Last active July 25, 2025 15:11
Show Gist options
  • Select an option

  • Save truongtpa/74ba746da1aed7026fed9368a45da053 to your computer and use it in GitHub Desktop.

Select an option

Save truongtpa/74ba746da1aed7026fed9368a45da053 to your computer and use it in GitHub Desktop.
Cloud-init
# Cloud-init (Ubuntu)
chpasswd:
list: |
ubuntu:123456
root:123456
expire: False
ssh_pwauth: True
# Cloudbase-init (Windows)
<powershell>
net user Admin NewPassword123!
</powershell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment