[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Auth on X
On Sun, 1 Aug 1999, Ben-Nes Michael wrote:
> Hi All
>
> im trying to open xterm from other computer i have but i get
> Xlib: Client is not authorized to connect to Server
>
> what is the authentication system of the X ?
Unless you use ssh, if you want to open a remote X application on your
local display, you usually need to:
1). On the local machine, type xhost +remote.host.domain (or IP of the
remote host.
2). On the remote machine, either do:
tcsh: setenv DISPLAY local.machine.domain:0 (or localIP:0)
bash: export DISPLAY loca.machine.domain:0 (or localIP:0)
or, run your X applic with: -display local.host.domain:0 (or localIP:0)
--Ariel
>
>
> =================================================================
> To unsubscribe, send mail to linux-il-request@linux.org.il with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail linux-il-request@linux.org.il
>
--
Ariel Biener
e-mail: ariel@post.tau.ac.il Work phone: 03-640608
fingerprint = 07 D1 E5 3E EF 6D E5 82 0B E9 21 D4 3C 7D 8B BC
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il
- References:
- Auth on X
- From: Ben-Nes Michael <miki@canaan.co.il>