Skip to content

Instantly share code, notes, and snippets.

View Freakston's full-sized avatar
🎯
Focusing

Suraj K Suresh Freakston

🎯
Focusing
View GitHub Profile
@davesilva
davesilva / virt-manager-macos.md
Created August 14, 2020 11:50
Remote virt-manager from Mac OS

If you have a Linux machine with KVM on it, you can manage those VMs remotely from a Mac using virt-manager.

Step 1: Allow your user non-root access to KVM

SSH to the Linux machine and add your SSH user to the libvirt group

sudo usermod -a -G libvirt $(whoami)