前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >怎样使用 virt-viewer 远程访问 qemu 虚拟机 - 转载

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

作者头像
xuyaowen
发布2020-12-30 16:31:01
1.4K0
发布2020-12-30 16:31:01
举报
文章被收录于专栏:XUYAOWEN的专栏XUYAOWEN的专栏

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!

 原文链接:https://mytechnicalthoughts.wordpress.com/2014/12/17/how-to-connect-to-a-vm-hosted-on-qemu-remotely-using-virt-viewer/ 

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2018-07-18 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • How to connect to a VM hosted on QEMU remotely using virt-viewer
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档