Re: ssh and X

2000-01-25 Thread Kenneth E. Lussier
At 12:30 PM 1/25/00 -0500, you wrote: Thanks Ken (and Kenny :) I figured you would say that, and hoped you wouldn't. I don't have sshd installed and running on the other machines (yet). Guess I'll have to do that... Derek, No time like the present;-) There is another possability. It

Re: ssh and X

2000-01-25 Thread Thomas Charron
Quoting "Kenneth E. Lussier" [EMAIL PROTECTED]: At 12:30 PM 1/25/00 -0500, you wrote: Thanks Ken (and Kenny :) I figured you would say that, and hoped you wouldn't. I don't have sshd installed and running on the other machines (yet). Guess I'll have to do that... No time like the

Re: ssh and X

2000-01-25 Thread Derek Atkins
You need to copy your .Xauthority file. This file is created at every login and sshd uses that to authorize X connections. My routine is: ssh accesshost ... accesshost% rcp .Xauthority remotehost: accesshost% echo $DISPLAY accesshost:10.0 accesshost% rlogin remotehost ... remotehost% setenv

Re: ssh and X

2000-01-25 Thread Paul Lussier
In a message dated: Tue, 25 Jan 2000 12:50:32 EST Derek Martin said: On Tue, 25 Jan 2000, Thomas Charron wrote: It sounded to me originally more like it was an xhost issue, aka, that the remote client didn;t have access to the X Server itself.. Am I missing something here? Well,

Re: ssh and X

2000-01-25 Thread Derek Martin
On Tue, 25 Jan 2000, Thomas Charron wrote: I believe earlier he had stated he was manually setting the DISPLAY variable. Well, I did say that but in actuallity it gets passed to the remote system by telnet. I was simply trying to convey that my display was set to what ssh sets it up as.

Re: ssh and X

2000-01-25 Thread Derek Martin
On Tue, 25 Jan 2000, Thomas Charron wrote: My next suggestion would be an xauth issue. I'm unsure of the actual semantics of xauth and the .Xauthority file itself, but the error message would also point to it being an auth problem.. The command xhost + takes xauth out of the picture.

Re: ssh and X

2000-01-25 Thread Derek Atkins
Derek Martin [EMAIL PROTECTED] writes: But what if I simultaneously am logged in on remotehost and have an active X session? Then my new Xauth file will overwrite my old one, and prevent local clients from connecting, no? This is correct.. I don't know if there are ways of combining

Re: GNU-Pop3d///Q-mail

2000-01-25 Thread Gyurcsan Ferenc Tamas
Hi, Have you tried cucipop daemon yet? It works pretty good for me. Ferenc ** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the following text in the *body* (*not* the subject line) of the letter: unsubscribe gnhlug

Re: GNU-Pop3d///Q-mail

2000-01-25 Thread Jeffry Smith
I would be interested in either qmail or exim configuration info. Any pointers out there? jeff smith Scott Garman wrote: On Tue, 25 Jan 2000, c. smith wrote: How about Q-Mail any pros/cons comments?? I would also be interested in qmail comments, from those that have used it.

Re: GNU-Pop3d///Q-mail

2000-01-25 Thread Marc Evans
http://www.qmail.org/ On Tue, 25 Jan 2000, Jeffry Smith wrote: I would be interested in either qmail or exim configuration info. Any pointers out there? jeff smith Scott Garman wrote: On Tue, 25 Jan 2000, c. smith wrote: How about Q-Mail any pros/cons comments?? I

Re: ssh and X

2000-01-25 Thread Kenneth E. Lussier
From the SSH man-page: If the user is using X11 (the DISPLAY environment variable is set), the connection to the X11 display is automati­ cally forwarded to the remote side in such a way that any X11 programs started from the shell (or command) will go