Re: [libvirt] [PATCH v3 3/6] libssh_transport: add new libssh-based transport

2016-11-02 Thread Pino Toscano
On Tuesday, 1 November 2016 13:20:28 CET Peter Krempa wrote: > On Wed, Oct 19, 2016 at 14:40:36 +0200, Pino Toscano wrote: > > Implement a new libssh transport, which uses libssh to communicate with > > remote hosts, and add all the build system stuff (search of libssh, > > private symbols, etc)

Re: [libvirt] [PATCH v3 3/6] libssh_transport: add new libssh-based transport

2016-11-01 Thread Peter Krempa
On Wed, Oct 19, 2016 at 14:40:36 +0200, Pino Toscano wrote: > Implement a new libssh transport, which uses libssh to communicate with > remote hosts, and add all the build system stuff (search of libssh, > private symbols, etc) to built it. > > This new transport supports all the common ssh

[libvirt] [PATCH v3 3/6] libssh_transport: add new libssh-based transport

2016-10-19 Thread Pino Toscano
Implement a new libssh transport, which uses libssh to communicate with remote hosts, and add all the build system stuff (search of libssh, private symbols, etc) to built it. This new transport supports all the common ssh authentication methods, making use of libvirt's auth callbacks for