Re: [libvirt] [PATCH] virnetsocket: pass XAUTORITY for ssh connection

2011-11-28 Thread Eric Blake
On 11/28/2011 05:21 AM, Daniel P. Berrange wrote: > On Mon, Nov 28, 2011 at 01:15:25PM +0100, Christian Franke wrote: >> When spawning an ssh connection, the environment variables >> DISPLAY, SSH_ASKPASS, ... are passed. However XAUTHORITY, >> which is neccessary if the .Xauthority is in a non defa

Re: [libvirt] [PATCH] virnetsocket: pass XAUTORITY for ssh connection

2011-11-28 Thread Daniel P. Berrange
On Mon, Nov 28, 2011 at 01:15:25PM +0100, Christian Franke wrote: > When spawning an ssh connection, the environment variables > DISPLAY, SSH_ASKPASS, ... are passed. However XAUTHORITY, > which is neccessary if the .Xauthority is in a non default > place, was not passed. > > Signed-off-by: Christ

[libvirt] [PATCH] virnetsocket: pass XAUTORITY for ssh connection

2011-11-28 Thread Christian Franke
When spawning an ssh connection, the environment variables DISPLAY, SSH_ASKPASS, ... are passed. However XAUTHORITY, which is neccessary if the .Xauthority is in a non default place, was not passed. Signed-off-by: Christian Franke --- src/rpc/virnetsocket.c |1 + 1 files changed, 1 insertion