mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
news: add note about new virt-ssh-helper binary
Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
e906c4d02b
commit
1df852e16a
13
NEWS.rst
13
NEWS.rst
@ -32,6 +32,19 @@ v6.8.0 (unreleased)
|
|||||||
can now be passed using the ``passwd`` attribute on
|
can now be passed using the ``passwd`` attribute on
|
||||||
the ``<graphics>`` element.
|
the ``<graphics>`` element.
|
||||||
|
|
||||||
|
* remote: ``virt-ssh-helper`` replaces ``nc`` for SSH tunnelling
|
||||||
|
|
||||||
|
Libvirt now provides a ``virt-ssh-helper`` binary on the server
|
||||||
|
side. The libvirt remote client will use this binary for setting
|
||||||
|
up an SSH tunnelled connection to hosts. If not present, it will
|
||||||
|
transparently fallback to the traditional ``nc`` tunnel. The new
|
||||||
|
binary makes it possible for libvirt to transparently connect
|
||||||
|
across hosts even if libvirt is built with a different installation
|
||||||
|
prefix on the client vs server. It also enables remote access to
|
||||||
|
the unprivileged per-user libvirt daemons (e.g. using a URI such as
|
||||||
|
``qemu+ssh://hostname/session``). The only requirement is that
|
||||||
|
``virt-ssh-helper`` is present in ``$PATH`` of the remote host.
|
||||||
|
|
||||||
* **Improvements**
|
* **Improvements**
|
||||||
|
|
||||||
* qemu: Allow migration over UNIX sockets
|
* qemu: Allow migration over UNIX sockets
|
||||||
|
Loading…
Reference in New Issue
Block a user