Re: Need help displaying Linux apps on my Mac
Re: Need help displaying Linux apps on my Mac
- Subject: Re: Need help displaying Linux apps on my Mac
- From: "Edward (Ted) Mansell" <email@hidden>
- Date: Tue, 28 Oct 2003 14:52:32 -0600
Michael
Try setting DISPLAY on your mac to be localhost:0.0
setenv DISPLAY localhost:0.0
and then use "ssh -X" to the linux box (do NOT set DISPLAY on the linux box -- ssh should set it up for you to forward over the encrypted connection).
ssh -X 10.0.5.5
I also add "-c blowfish" for faster encryption:
alias ssh ssh -c blowfish -X
Anyway, this works for me under 10.2.8.
-- Ted
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.