Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Works with the bundled OpenSSH' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Works with the bundled OpenSSH
Authored by: sabi on Nov 07, '07 01:40:17PM
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 | # ]