From: Pino Toscano Date: Tue, 22 Nov 2016 14:36:31 +0000 (+0100) Subject: NEWS: document the new libssh transport X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=61e1f108a956ae014224a2c5bb579a3407d492ac;p=libvirt.git NEWS: document the new libssh transport --- diff --git a/docs/news.html.in b/docs/news.html.in index a6f86e518b..b422f13e47 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -22,6 +22,11 @@
  • vbox: Add VirtualBox 5.1 support
  • +
  • libssh: New transport
    + The new libssh transport allows one to connect to a running + libvirtd via SSH, using the libssh library; for example: + qemu+libssh://server/system +
  • Improvements