]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document SSH proxy feature
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Apr 2024 11:00:11 +0000 (13:00 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 13 May 2024 06:57:25 +0000 (08:57 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index d72c15bf104296cf506c2b4d16d434b0d1e2c0e9..ef0e4f8b51cc53a1afe18bbfc9d7c95b5b8d7560 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -22,6 +22,11 @@ v10.4.0 (unreleased)
     It is now possible to set on/off ``ras`` feature in the domain XML for virt
     (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**
 
 * **Bug fixes**