Important
- Follow
setup-multiple-interfaces.mdif you need to configure multiple network interfaces for your Multipass VM. - Follow
setup-desktop-env.mdif you want to set up a desktop environment within your Multipass VM.
Install Multipass using Snap:
sudo snap install multipass --channel=latest/stableIn the Multipass GUI, navigate to Settings > Network and select a bridge network interface.
From the Catalogue section, choose an Ubuntu version and configure the desired CPU, RAM, and disk settings.
After the VM is created:
-
Add your SSH public key to the VM:
echo "<your-public-key>" >> ~/.ssh/authorized_keys
-
You can now SSH into the VM from your local system:
ssh <vm-username>@<vm-ip>

