Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 libvirt 的 KVM 进行虚拟化。我可以在没有任何密码的情况下访问我的虚拟机的远程桌面。我想为每个虚拟机访问设置一个密码。我正在使用 vinagre : 进行远程桌面访问。
提前致谢。
在 libvirt 中:
您可以像这样直接编辑您的域 xml:
# virsh edit <your-domain-name>
编辑元素并添加属性密码,如下所示:
<graphics type='vnc' passwd='foo'>
您可以从文章libvirt domain xml format中获得更多选项