Skip to content

Instantly share code, notes, and snippets.

@thojkooi
Created May 26, 2025 15:36
Show Gist options
  • Select an option

  • Save thojkooi/37920aabd3cb77a822a0f14c622e18ff to your computer and use it in GitHub Desktop.

Select an option

Save thojkooi/37920aabd3cb77a822a0f14c622e18ff to your computer and use it in GitHub Desktop.
plain userconfig example
#cloud-config
package_update: false
package_upgrade: false
chpasswd:
expire: false
users:
- {name: demo, password: letmein, type: text}
ssh_pwauth: true
users:
- name: demo
groups: sudo
sudo: ['ALL=(ALL) NOPASSWD:ALL']
shell: /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment