> And 0, I tried your solution > > [N900]$ ssh -R 22222:localhost:22 poo@mywebserver >> >> [Desktop]$ ssh -t -X poo@mywebserver "ssh -X user@localhost -p 22222" > > > and got the following. > Warning: No xauth data; using fake authentication data for X11 forwarding. > ssh_exchange_identification: Connection closed by remote host > Connection to xxx.xxx.xxx.xx closed >
I haven't played around with X much so I don't know why that error happens. You should search for it on the web and try various suggestions. My guess is, your xauth is failing for some reason. Did you try running the GUI app directly ? Like in the example below, I try to run firefox instead of getting a shell. ssh -t -X poo@mywebserver "ssh -X user@localhost -p 22222 firefox" If you find a solution, do let us know. It will help. -- 0 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
