
3 Nov
2016
3 Nov
'16
3:01 p.m.
On Wed, Nov 02, 2016 at 15:18:04 +0100, Pino Toscano wrote:
Hi,
this series introduces a new libssh transport in libvirt, based on the libssh C library. This library supports what libssh2 does, and more: - easier API for known_hosts handling (there's a ticket upstream to request extensions for it, but what is implemented now works well) - potential GSSAPI authentication (not enabled yet because of a libssh bug [1]) - easier API for ssh-agent support
The implementation for the new transport is based on the libssh2 one, hence it shares origin and style.
ACK, I'll push this series shortly. Peter