sudo apt-get install kvm libvirt-bin
sudo apt-get install virt-manager
sudo virt-manager
sudo virt-manager --help
file
and select add connection
thenConnect to remote computer
SSH
NOW YOU ARE READY TO CREATE VIRTUAL MACHINE ON THE SERVER
Notice: The virt-manager GUI dialog does not have a way to specify a non-default ssh port or the private key to use when connecting to the remote server, but this is easily done by starting virt-manager with the ‘-c’ parameter.
virt-manager -c 'qemu+ssh://username@b.com/system?keyfile=/home/user/.ssh/id_rsa'
via: - https://askubuntu.com/questions/73234/is-there-a-way-to-create-a-windows-virtual-machine-on-ubuntu-server - https://fabianlee.org/2019/02/16/kvm-virt-manager-to-connect-to-a-remote-console-using-qemussh/