Skip to content

Instantly share code, notes, and snippets.

@koungkub
Last active February 27, 2023 09:48
Show Gist options
  • Save koungkub/32d60149f49c36b49c3b4d95b371fd40 to your computer and use it in GitHub Desktop.
Save koungkub/32d60149f49c36b49c3b4d95b371fd40 to your computer and use it in GitHub Desktop.
cloud-init file for local ssh to multipass instance
users:
- default
- name: ubuntu
sudo: ALL=(ALL) NOPASSWD:ALL
ssh_authorized_keys:
- {Your local's public key}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment