Re: [libvirt] [PATCH v4 3/7] virnetsocket: improve search for default SSH key

2016-11-03 Thread Peter Krempa
On Wed, Nov 02, 2016 at 15:18:07 +0100, Pino Toscano wrote: > Add a couple of helper functions to check whether one of the default > names of SSH keys (as documented in ssh-keygen(1)) exists, and use them > to specify a key for the libssh2 transport if none was passed. > --- > src/rpc/virnetclient

[libvirt] [PATCH v4 3/7] virnetsocket: improve search for default SSH key

2016-11-02 Thread Pino Toscano
Add a couple of helper functions to check whether one of the default names of SSH keys (as documented in ssh-keygen(1)) exists, and use them to specify a key for the libssh2 transport if none was passed. --- src/rpc/virnetclient.c | 61 +- 1 file cha