View Single Post
  #2  
Old December 31st, 2005, 09:52 AM
patb2 patb2 is offline
Registered User
 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
patb2 is on a distinguished road
Rok,
Empirical evidence seems to show that ssh will honor a request to do X11 forwarding only if it finds $DISPLAY is set in the calling process (iTerm in your case, or the shell when you use the command line).

To set DISPLAY in iTerm you need to use PropertyListEditor.app to add an entry in .MacOSX/environment.plist, then log out and back in. See
http://developer.apple.com/qa/qa2001/qa1067.html

The value I gave DISPLAY was ":0.0" which works for me.

PatB2
Reply With Quote