On Mon, 10 Nov 2003 14:10, Thomas Gebhardt wrote;

  > is there an easy way to establish ssh X11 forwarding after
  > entering a vserver via "vserver <vserver-name> enter" from the
  > master server? This seems to be rather tricky since sshd (on the
  > master server) and the x11 app (on the vserver) live in different
  > security contexts.

COOKIE=`xauth list $DISPLAY`
vserver foo enter
xauth add $COOKIE

that's the rough idea, anyway.  Otherwise use an X11 proxy like
dxpc.
-- 
Sam Vilain, [EMAIL PROTECTED]

Yacht, n.
   1. a hole in the water, lined with wood, steel, or fiberglass,
      through which one pours all his money.

_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to