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: "Glenn L. Austin" <email@hidden>
- Date: Tue, 28 Oct 2003 12:56:09 -0800
on 10/28/2003 11:20 AM, Michael Crawford at email@hidden wrote:
> Any ideas on what I need to change to get past "refused by server?"
> Here is the output from an attempt to connect my Linux terminal to my
> Mac X11 display:
>
> sato:~ michaelc$ ssh 10.0.5.5
> michaelc@10.0.5.5's password:
> [michaelc@is100-dev5 michaelc]$ export DISPLAY=10.0.2.43:0.0
> [michaelc@is100-dev5 michaelc]$ gnome-terminal&
> [1] 2910
> [michaelc@is100-dev5 michaelc]$ Xlib: connection to "10.0.2.43:0.0"
> refused by server
> Xlib: No protocol specified
Change your instructions to be:
sato:~ michaelc$ ssh -X 10.0.5.5
michaelc@10.0.5.5's password:
[michaelc@is100-dev5 michaelc]$ gnome-terminal&
This way, DISPLAY is correctly set to use the SSH "tunnel" between 10.0.5.5
and your machine.
--
Glenn L. Austin <><
Computer Wizard and Race Car Driver
<email@hidden>
<http://www.austin-home.com/glenn/>
_______________________________________________
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.