/ Published in: Bash
URL: http://dyhr.com/2009/09/05/how-to-enable-x11-forwarding-with-ssh-on-mac-os-x-leopard/
The key is to give your SSH client the -Y option, which enables X11 forwarding. Without that, the magic won't work.
Run these commands on Mac, from the X11 Shell.
Expand |
Embed | Plain Text
ssh -Y me@example.com # then, after connecting to the remote host: xclock & # or, to start Selenium RC on CentOS 3.5 selenium-rc -forcedBrowserModeRestOfLine *firefox /usr/lib64/firefox-3.6/firefox
You need to login to post a comment.
