sign inHome | Recent Changes | All Pages | HelpSearch:

X11 ssh tunneling

Starting up a GUI app to your local machine is fairly easy. You start out by connecting via ssh with just one extra option.

ssh -X example.com

Then you start up an X11 application.

xeyes

If you have problems with this just turn on verbose ssh messages when you connect (-v for verbose), and that will probably tell you what is wrong. But you probably only want to turn this on when you are troubleshooting as it generates a lot of visually distracting messages.

ssh -vX example.com

Powered by JunebugWiki v0.0.28 Last edited by djohnson on August 06, 2007 06:05 PM (diff)
Version 2 (current) «olderversions