Skip to content

Instantly share code, notes, and snippets.

@SeanMooney
Created August 20, 2026 12:30
Show Gist options
  • Select an option

  • Save SeanMooney/b0420b942c854697034989f8ae7b33bd to your computer and use it in GitHub Desktop.

Select an option

Save SeanMooney/b0420b942c854697034989f8ae7b33bd to your computer and use it in GitHub Desktop.
#cloud-config
disable_root: false
ssh_pwauth: true
users:
- default
- name: stack
groups: [sudo]
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL
chpasswd:
expire: false
users:
- name: ubuntu
password: tester
type: text
- name: stack
password: tester
type: text
- name: root
password: tester
type: text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment