Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Works with the bundled OpenSSH' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Works with the bundled OpenSSH
Authored by: sabi on Wed, Nov 7 2007 at 1:40PM PST
Actually, no it's not with the bundled SSH.

% echo $DISPLAY
/tmp/launch-cSyFF5/:0
% ssh -Y vali  
Warning: No xauth data; using fake authentication data for X11 forwarding.
[...]
% echo $DISPLAY
localhost:11.0
% xterm
[X11 starts, followed by xterm]
If you're using a customized SSH (someone on the x11-users mailing list had trouble with a GSI version) then you can patch it.

[ Reply to This | # ]