Hillel Lubman
2010-02-02 01:44:25 UTC
I'm trying to remote forward X connection through several servers (ssh -X doesn't work in such scenario). In simplest case (when A is OpenSolaris desktop, and window from B should appear on A) it would involve to do from server A:
A$ ssh -R6000:localhost:6000 B
(This would mean that ssh will forward connections to port 6000 from B to A).
On A, DISPLAY appears to be :0.0 however exporting such DISPLAY on B, and running there for example xterm doesn't help. After some timeout It produces:
setsockopt TCP_NODELAY: Invalid argument
What can be causing it?
A$ ssh -R6000:localhost:6000 B
(This would mean that ssh will forward connections to port 6000 from B to A).
On A, DISPLAY appears to be :0.0 however exporting such DISPLAY on B, and running there for example xterm doesn't help. After some timeout It produces:
setsockopt TCP_NODELAY: Invalid argument
What can be causing it?
--
This message posted from opensolaris.org
This message posted from opensolaris.org