返回 首页

create windows virtual on ubuntu server.


  1. server side
sudo apt-get install kvm libvirt-bin  
  1. destop side
sudo apt-get install virt-manager
sudo virt-manager
  1. more usage:
sudo virt-manager --help

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/



评论(0)

登录