Dear list!
Sorry for off-topic. This list is a grate source of knowledge and I
hope you're not very irritated by this off-topic.
Network setup:
A -> B -> C
Host A can connect to host B but not to host C directly. So, I do the
following. First, from host C I connect to B:
ssh -R 10002;localhost:22 user@B
When I need to connect to C from A first I connect to B:
ssh user@B
And from there I can go to C:
ssh user@localhost -P 10002
This thing, as you can see, is a classical ssh tunnel. However I would
like to use X applications on C from A, i.e. starting graphical
applications like firefox or rdesktop. Using -X when connecting to
each machine doesn't help. Could anybody provide me some hint on it?
TIA
-- 
Hiisi.
Registered Linux User #487982. Be counted at: http://counter.li.org/
--
Spandex is a privilege, not a right.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to