Re: X forwarding from Mac to Mac
Re: X forwarding from Mac to Mac
- Subject: Re: X forwarding from Mac to Mac
- From: Kevin Stevens <email@hidden>
- Date: Mon, 29 Sep 2003 09:07:25 -0700 (PDT)
On Mon, 29 Sep 2003, mario ruggiero wrote:
> I am attempting to access a Mac remotely via X11. I have turned on X11
> forward in both sssh_config & sshd_config on the host Mac. My command
> path is as follows:
>
> /usr/X11R6/bin/xhost +;ssh -v -X -l host.name:email@hidden
> "setenv DISPLAY 111.111.1.112:0; /Applications/Calculator"
>
> Through console I get the following message:
>
> ssh: setenv DISPLAY111.111.1.112:0; /Applications/Calculator: no
> address associated with hostname.
There was a followup posted which correctly identified the restrictions
involved in running Quartz apps over X, but that doesn't seem to be your
problem above. It looks like you have a syntax error in your setenv
statement, causing it to be run together with the IP address and then the
whole string being interpreted as a hostname.
That can't be good.
KeS
_______________________________________________
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.