首页 > 其他 > 详细

怎样使用 virt-viewer 远程访问 qemu 虚拟机 - 转载

时间:2018-07-18 20:06:34      阅读:392      评论:0      收藏:0      [点我收藏+]

How to connect to a VM hosted on QEMU remotely using virt-viewer

I couldn’t find comprehensive articles about this, so I decided to write one myself.

In brief, here is a sample command:

virt-viewer --connect qemu+ssh://aamr@hobba/system winVM

Where:

virt-viewer: is the command itself
–connect: is obviously the parameter telling the command to connect!
qemu+ssh: telling virt-viewer that this host is reachable via SSH and QEMU is used for virtualization (since it supports Xen as well)
aamr: is the SSH username
hobba: is the remote server name
system: is a static word, just type it as it is!
winVM: The name you gave to the Virtual Machine

Anyway, I prefer spicy over it, although it’s not recommended.

Enjoy!

 

怎样使用 virt-viewer 远程访问 qemu 虚拟机 - 转载

原文:https://www.cnblogs.com/xuyaowen/p/virt-viewer-remote-qemu-vm.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!