Re: Remote X
Re: Remote X
- Subject: Re: Remote X
- From: Rich Cook <email@hidden>
- Date: Tue, 19 Oct 2004 14:13:29 -0700
This is not a good idea in general, but it does make a good test.
When you do xhost +, you are saying, literally,
"Let anybody connect to my X server and do anything they want, from any
machine."
This is VERY VERY VERY VERY BAD!
At LEAST change it to
xhost machinename
so you aren't allowing anyone on any machine. This allows anyone on
machinename to do anything they want to you. :-) Slightly better.
Best is to use ssh tunneling, or at least xauth.
On Oct 19, 2004, at 1:03 PM, Anne Briais wrote:
Dear Ashish,
this might seem too basic, but did you do
"xhost +"
and get the classic:
"access control disabled, clients can connect from any host"
before starting the ssh command?
This is my main reason to use X11 and I connect to Solaris
machines via Telnet all the time from OS X 10.3.5
Good luck!
Anne
(I only kept message 9 from the digest...)
Le 19 oct. 04, à 21:10, email@hidden a écrit :
Send X11-users mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.apple.com/mailman/listinfo/x11-users
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of X11-users digest..."
Today's Topics:
1. Remote X (ASHISH JAIN)
2. Re: Remote X (Tim Cutts)
3. Re: Remote X (Rich Cook)
4. Re: Remote X (Edward Thome)
5. Re: Remote X (ASHISH JAIN)
6. Re: Remote X (ASHISH JAIN)
7. Re: Remote X (Ronnie Misra)
8. Re: Remote X (Rich Cook)
9. Re: Remote X (Andy)
------------------------------
Message: 9
Date: Tue, 19 Oct 2004 00:13:09 -0400
From: Andy <email@hidden>
Subject: Re: Remote X
To: ASHISH JAIN <email@hidden>
Cc: email@hidden, email@hidden, email@hidden, !
<email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset=US-ASCII; format=flowed
oops sent to wrong place
Begin forwarded message:
From: Andy <email@hidden>
Date: 19 October 2004 00:06:32 EDT
To: ASHISH JAIN <email@hidden>
Subject: Re: Remote X
hello Ashish,
i have the same more or less the same problem. i was trying to use
MATLAB on a Solaris machine and the graphics won't display properly
or
won't display at all. i think it has something to do with
incompatible installations of OpenGL on OS X and Solaris. last week
i
was reading about it, but can't seem to find the links. if you are
trying to use MATLAB here is a work around.
% matlab -nojvm (<- open MATLAB in command line mode)
and before making graphs or movies in MATLAB type
set(gcf,'renderer','zbuffer')
hope this helps,
Andy
On 18 Oct 2004, at 15:46, ASHISH JAIN wrote:
Hi All,
I have just joined the mailing list. I am currently running into
a problem of connecting remotely to a Solaris X Server. The command
which works generally with Linux X server ssh -X
username@remotemachine doesn't work with Solaris. It seems to work
but then when I execute an X application it comes back with an error
Can't open the display. Since my machine has a private IP I couldn't
see any other option other than tunneling X through SSH. Can anybody
help me to figure out why the remote machine cannot open the
display.
I am running X server on OS X 10.3.
Thanks!
Ashish
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
------------------------------
_______________________________________________
X11-users mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/x11-users
End of X11-users Digest, Vol 1, Issue 33
****************************************
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
References: | |
| >Re: Remote X (From: Anne Briais <email@hidden>) |