Hey folks,
I have a Lion server that I want to connect to from remote machines.
ssh works fine, but I need to enable X11 forwarding.
So I opened /etc/sshd_config and made sure I have these magic lines.
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no
I test from a linux machine, run xeyes, and Yay! works like charm. BUT when I try to run any other program, like
/Applications/Mail.app/Contents.../Mail (or wherever it is)
or MATLAB or web browser, it runs the GUI on the server and does not forward the X11...
The same scenario from Windows 7. xeyes and xclock pass through, but no useful programs...
Thanks for any and all input on this.
I have a Lion server that I want to connect to from remote machines.
ssh works fine, but I need to enable X11 forwarding.
So I opened /etc/sshd_config and made sure I have these magic lines.
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no
I test from a linux machine, run xeyes, and Yay! works like charm. BUT when I try to run any other program, like
/Applications/Mail.app/Contents.../Mail (or wherever it is)
or MATLAB or web browser, it runs the GUI on the server and does not forward the X11...
The same scenario from Windows 7. xeyes and xclock pass through, but no useful programs...
Thanks for any and all input on this.