On Thu, 11 May 2006, Max Eper wrote:
> I've been using VNC over SSH for a while so that I can be a friend's
> help desk - set his cable modem router to forward 22 and away we go.
I have *no idea* what you're talking about. Right. ;)
> Here's an ASCII masterpiece - hope you're monospaced:
Great line. :D
> I'm stumped as to how to do a 'VNC two-step' to get to Home_1 from the
> outside using this setup. Any help appreciated.
I'm thinking...
yourbox$ ssh -L 5900:localhost:5900 Public_Server
<blah blah blah>
Public_Server$ ssh -L 5900:localhost:5900 Home_1
I've not tested this. At all. Well, wait a second...
(*clickity click click click*)
I've tested this in a similar environment (the "Public_Server" and
"Home_1" machines are on the same LAN, but it should suffice) and found it
to work. Woo hoo! :)
Jima