Skip to content

Instantly share code, notes, and snippets.

@igalic
Created April 20, 2023 12:22
Show Gist options
  • Save igalic/c6c4a2bcdd3dc2c5bc80662f482b067f to your computer and use it in GitHub Desktop.
Save igalic/c6c4a2bcdd3dc2c5bc80662f482b067f to your computer and use it in GitHub Desktop.
#cloud-config
hostname: j
#prefer_fqdn_over_hostname: false
#manage_etc_hosts: localhost
users:
- name: meena
gecos: Mina Galić
passwd: '$6$mvtPihOvV6.0nutO$gv5tdYGPAVUt7JXHOPzGP7rekzHrMdxqm4eD8yHKtppFI/2xdN0LQDqJdORcGEbUR0CxAuvo1m68R.A5JKFQJ/'
ssh_pwauth: True
ssh_authorized_keys:
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2xkyYXMhOUuV/nw6e6QGHhpkyHnYcix4xwTrCGPXsa meena@76ix'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment