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: Constantinos Antoniou <email@hidden>
- Date: Tue, 28 Oct 2003 17:18:51 -0500
Hello,
I liked your ssh alias and am trying to add it to my startup scripts.
My current shell is /bin/bash. Shouldn't .bashrc be sourced at startup?
(the same way that .cshrc was being sourced before?)
Thanks,
Costas
On Oct 28, 2003, at 3:52 PM, Edward (Ted) Mansell wrote:
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.
--
Constantinos Antoniou
Ph.D. Candidate
Massachusetts Institute of Technology
Intelligent Transportation Systems Program
77 Massachusetts Ave., NE20-208, Cambridge, MA 02139
(T) 617-252-1113 * (F) 617-252-1130 * (email) email@hidden
_______________________________________________
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.