Re: [libvirt-users] SSH connection timeout

2012-05-09 Thread Ananth
Thank you very much Doug. It worked like magic :) Regards Ananth On Tue, May 8, 2012 at 8:06 PM, Doug Goldstein wrote: > On Tue, May 8, 2012 at 8:24 AM, Ananth wrote: > > Hi, > > I am trying to connect to libvirt on KVM host from a remote python > client, > > using the connection string "qemu+

Re: [libvirt-users] SSH connection timeout

2012-05-08 Thread Doug Goldstein
On Tue, May 8, 2012 at 8:24 AM, Ananth wrote: > Hi, > I am trying to connect to libvirt on KVM host from a remote python client, > using the connection string "qemu+ssh:///system" > If I setup password less SSH (Public key) between the machines, I am able to > proceed with the connection. But If I

[libvirt-users] SSH connection timeout

2012-05-08 Thread Ananth
Hi, I am trying to connect to libvirt on KVM host from a remote python client, using the connection string "qemu+ssh:///system" If I setup password less SSH (Public key) between the machines, I am able to proceed with the connection. But If I have not setup the public key authentication, my code ha