Skip to content

Instantly share code, notes, and snippets.

@fffx
Created March 18, 2022 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fffx/670bf74ca863c31bed072c19534a498c to your computer and use it in GitHub Desktop.
Save fffx/670bf74ca863c31bed072c19534a498c to your computer and use it in GitHub Desktop.
multipass notes
ssh_authorized_keys:
- < your public key here>
# Lanuch vm with authorized_keys
multipass launch --cloud-init ~/.cloud-init.yml --disk 10G
# stop all
multipass list | awk 'NR > 1 { print $1}' | xargs -I {} multipass stop {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment