Wed 13 Sep 2006
How do I resolve X11 forwarding problems in MacOS 10.4 (Tiger)?
Posted by admin under OSX , faq , infotechNo Comments
Use the following command:
ssh -Y user@host
-Y enables “trusted X11 forwarding”
Alternately, have the two lines:
ForwardX11 yes ForwardX11Trusted yes
in ~/.ssh/config