Re: reverse x11 tunneling versus ssh -X
- From: "Richard E. Silverman" <res@xxxxxxxx>
- Date: 23 Oct 2007 21:09:44 -0400
Hello,
Here is the situation
Home -> Gateway -> Workstation
I normally use VNC and -L forwarding through the Gateway to
the desired workstation. This works fine, but some of my coworkers
would like to directly tunnel X11. The recipe below seems to work
fine:
home> ssh -X Gateway
Gateway> ssh -X Workstation
Workstation> xterm
This seems to work. But I would like to understand why the
following does not:
home> ssh -R 6001:127.0.0.1:6000 Gateway
Gateway> ssh Workstation
Workstation> DISPLAY=Gateway:1.0
Workstation> xterm
(Note: to generalize using port 60xx and DISPLAY=Gateway:xx.0)
Why doesn't this work?
You didn't say *how* it doesn't work (e.g. quote error messages). But
one problem could be X authentication, which SSH X forwarding handles
transparently.
--
Richard Silverman
res@xxxxxxxx
.
- Follow-Ups:
- Re: reverse x11 tunneling versus ssh -X
- From: ohms377
- Re: reverse x11 tunneling versus ssh -X
- From: ohms377
- Re: reverse x11 tunneling versus ssh -X
- References:
- reverse x11 tunneling versus ssh -X
- From: ohms377
- reverse x11 tunneling versus ssh -X
- Prev by Date: Re: reverse x11 tunneling versus ssh -X
- Next by Date: How to spawn a session in new window using expect?
- Previous by thread: Re: reverse x11 tunneling versus ssh -X
- Next by thread: Re: reverse x11 tunneling versus ssh -X
- Index(es):
Relevant Pages
|
|