1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-25 01:34:11 +03:00

NEWS: document the new libssh transport

This commit is contained in:
Pino Toscano 2016-11-22 15:36:31 +01:00 committed by Andrea Bolognani
parent aaf2992d90
commit 61e1f108a9

View File

@ -22,6 +22,11 @@
</li>
<li>vbox: Add VirtualBox 5.1 support
</li>
<li>libssh: New transport<br/>
The new libssh transport allows one to connect to a running
libvirtd via SSH, using the libssh library; for example:
<tt>qemu+libssh://<i>server</i>/system</tt>
</li>
</ul>
</li>
<li><strong>Improvements</strong>