NEWS: Document SSH proxy feature

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Michal Privoznik 2024-04-18 13:00:11 +02:00
parent 6f31f18673
commit 6910ad6b38

View File

@ -22,6 +22,11 @@ v10.4.0 (unreleased)
It is now possible to set on/off ``ras`` feature in the domain XML for virt It is now possible to set on/off ``ras`` feature in the domain XML for virt
(Arm) machine type as ``<ras state='on'/>``. (Arm) machine type as ``<ras state='on'/>``.
* SSH proxy for VM
Libvirt now installs a binary helper that allows connecting to QEMU domains
via SSH using the following scheme: ``ssh user@qemu/virtualMachine``.
* **Improvements** * **Improvements**
* **Bug fixes** * **Bug fixes**