Re: [Libvir] trouble using ssh tunnel for remote hypervisor

2007-09-27 Thread Guillaume Rousse
Daniel P. Berrange a écrit : On Wed, Sep 26, 2007 at 11:47:40PM +0200, Guillaume Rousse wrote: Hello. I'm trying to use ssh tunnel for remote hypervisor access. However, I'm can't make it working... [EMAIL PROTECTED] ~]$ LC_ALL=C virsh --connect xen+ssh://[EMAIL PROTECTED] list --all

Re: [Libvir] trouble using ssh tunnel for remote hypervisor

2007-09-27 Thread Richard W.M. Jones
Guillaume Rousse wrote: Daniel P. Berrange a écrit : The daemon libvirtd will always listen for UNIX socket connections. You have to explicitly turn on TCP support, after having setup certificates. If using SSH, then we simply tunnel to the UNIX socket over SSH so all you need do is start the

Re: [Libvir] trouble using ssh tunnel for remote hypervisor

2007-09-27 Thread Daniel Veillard
On Thu, Sep 27, 2007 at 10:37:47AM +0100, Richard W.M. Jones wrote: Guillaume Rousse wrote: Daniel P. Berrange a écrit : The daemon libvirtd will always listen for UNIX socket connections. You have to explicitly turn on TCP support, after having setup certificates. If using SSH, then we

[Libvir] trouble using ssh tunnel for remote hypervisor

2007-09-26 Thread Guillaume Rousse
Hello. I'm trying to use ssh tunnel for remote hypervisor access. However, I'm can't make it working... [EMAIL PROTECTED] ~]$ LC_ALL=C virsh --connect xen+ssh://[EMAIL PROTECTED] list --all libvir: error : could not connect to xen:// error: failed to connect to the hypervisor error: no valid

Re: [Libvir] trouble using ssh tunnel for remote hypervisor

2007-09-26 Thread Daniel P. Berrange
On Wed, Sep 26, 2007 at 11:47:40PM +0200, Guillaume Rousse wrote: Hello. I'm trying to use ssh tunnel for remote hypervisor access. However, I'm can't make it working... [EMAIL PROTECTED] ~]$ LC_ALL=C virsh --connect xen+ssh://[EMAIL PROTECTED] list --all You are missing a trailing '/'