On Wed, 6 Feb 2002, mulix wrote:

> also, anyone knows if it's possible to run an X program over ssh, when
> you're ssh'ing through more than one host?
>
> desktop ---> gateway ---> remote computer
>
> and have a remote computer X program display on desktop.

The X connection is carried in the ssh connection. It can also be
forwarded ('ssh -X gateway', from there: 'ssh -X remote' , both ssh server
should not disable X11 forwarding).

Alternatively, connect to <gateway> and port-forward <remote>'s port 22 to
some port of <gateway>. This way you won't need X forwarding with the
connection to <gateway>

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to