Re: [libvirt] [PATCHv2] remote/ssh: support for no_verify.

2011-07-12 Thread Matthias Bolte
2011/7/11 Oskari Saarenmaa o...@ohmu.fi: Set StrictHostKeyChecking=no to auto-accept new ssh host keys if the no_verify extra parameter was specified.  This won't disable host key checking for already known hosts.  Includes a test and documentation. ---  Thanks for the review, here's an

[libvirt] [PATCHv2] remote/ssh: support for no_verify.

2011-07-11 Thread Oskari Saarenmaa
Set StrictHostKeyChecking=no to auto-accept new ssh host keys if the no_verify extra parameter was specified. This won't disable host key checking for already known hosts. Includes a test and documentation. --- Thanks for the review, here's an updated patch. docs/remote.html.in|9

Re: [libvirt] [PATCHv2] remote/ssh: support for no_verify.

2011-07-11 Thread Daniel P. Berrange
On Mon, Jul 11, 2011 at 10:50:31PM +0300, Oskari Saarenmaa wrote: Set StrictHostKeyChecking=no to auto-accept new ssh host keys if the no_verify extra parameter was specified. This won't disable host key checking for already known hosts. Includes a test and documentation. --- Thanks for