Karl Cunningham wrote:
> Hi all --
> 
> I'm trying to connect an xterm client on a remote machine to an X server
> on my local machine but I want to do it via a gateway machine in the
> middle, using ssh on each hop.  I'm probably not quite getting my head
> around what commands need to be issued on which machine.
> 
> The machine names are:
> kkk      -- my local machine
> buckstop -- gateway
> l4       -- remote machine

Or,

% ssh -X buckstop ssh -X l4 xterm

Now, if one of those systems had X forwarding shut off entirely, then
you might need something a bit more complicated.

-john


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to