Re: ssh X tunneling through more than one server



On 19 May 2007 11:45:03 -0700, Bierholen wrote:

[bierholen@unix1 ~]$ rlogin unix2
[...]
unix2%

Running X applications from unix2 on my computer doesn't work:

unix2% xclock
Error: Can't open display:

You might try
echo $DISPLAY
rlogin unix2
export DISPLAY=(value from unix1 here) on unix2

.