<div dir="ltr"><div class="gmail_default" style="color:rgb(0,0,0)"><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 29, 2013 at 10:29 PM, Steven D'Aprano <span dir="ltr"><<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On Mon, 30 Dec 2013 10:30:11 +1100, Chris Angelico wrote:<br>

<br>
> On Mon, Dec 30, 2013 at 10:22 AM, Steven D'Aprano<br>
> <<a href="mailto:steve%2Bcomp.lang.python@pearwood.info">steve+comp.lang.python@pearwood.info</a>> wrote:<br>
</div><div class="im">>> So you need to X-forward from the remote machine to the machine you are<br>
>> physically on, or perhaps it's the other way (X is really weird). I<br>
>> have no idea how to do that, but would love to know.<br>
><br>
</div><div class="im">> With SSH, that's usually just "ssh -X target", and it'll mostly work.<br>
<br>
</div>Holy cow, it works! Sloooooooowly, but works.<br></blockquote><div><br></div><div class="gmail_default" style="color:rgb(0,0,0)">I usually use "ssh -Y".  The -Y argument toggles trusted forwarding.  From the ssh man-page:</div>
<div class="gmail_default" style="color:rgb(0,0,0)"><br></div>







     -Y      Enables trusted X11 forwarding.  Trusted X11 forwardings are not subjected to the X11<br>             SECURITY extension controls.</div><div class="gmail_quote"><br></div><div class="gmail_quote"><div class="gmail_default" style="color:rgb(0,0,0)">
I've found -Y is a bit faster than -X in my experience (I've never really had many problems with X-forwarding on LANs in my experience -- even with OpenGL windows)</div></div>
</div></div>