Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    I believe it's so simple as described in my answer in this case. Commented Aug 18, 2015 at 17:11
  • have you tried? Commented Aug 18, 2015 at 17:17
  • 1
    Yup. I regularly use multi-hop ssh with ProxyCommand and ForwardX11 to connect remote hosts behind router and invoke X11 apps there. Simple chain of ssh -X should also work, OP can do ssh -X login@vps0 followed by ssh -X localhost -p 1993 and have correct $DISPLAY on mum's computer. Commented Aug 18, 2015 at 17:28