> ssh -R 22222:localhost:22 poo@mywebserver
>
> Now I will login to my webserver and run the following to login to N900
>
> ssh user@localhost -p 22222
>
> Now I want to login to my N900 and forward X from n900 and want to use it
> in my desktop. Is there any way to do this? I have done this using xephyr
> over normal ssh on my ubuntu pc. but I dont know how to do the same using
> reverse ssh.
>

 From my understanding, we have 3 systems here, a desktop, a webserver 
and N900. Correct me if i am wrong. I am assuming the desktop runs the 
X11 display which needs to be eventually forwarded to N900. The 
following commands should work,

[N900]$ ssh -R 22222:localhost:22 poo@mywebserver

[Desktop]$ ssh -t -X poo@mywebserver "ssh -X user@localhost -p 22222"

Hope this helps. Let me know if you face any problems.
-- 
0
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to