Configure KVM 24.04LTS

From ScottWiki
Revision as of 19:43, 18 March 2024 by Wikiadmin (talk | contribs)
Jump to navigation Jump to search

Install a few helper utils (Make sure Virtualization is enabled in the bios)

apt install qemu-kvm libvirt-clients libvirt-daemon-system

Check all is ok with a

kvm-ok


After installing Windows WSL and Virtual Manager you can set up SSH key login to enable virtual manager to connect nicely.

ssh-keygen (you may need to run this command 1st if you don't have a keypair, (VM machine)
ssh-copy-id username@hostname  (keep it all short)