Re: Problem forwarding X over ssh

1999-12-14 Thread William Burrow
On Mon, Dec 13, 1999 at 01:49:55PM -0700, Gary Hennigan wrote: > what network it was attached to. This local name doesn't necessarily > correspond to its real name on the network and thus ssh was setting > the display to this local name instead of the laptops real network > name. Obviously this dis

Re: Problem forwarding X over ssh

1999-12-13 Thread Gary Hennigan
Cormac McGuinness <[EMAIL PROTECTED]> writes: > On Mon, Dec 13, 1999 at 09:24:30AM -0700, Gary Hennigan wrote: > > [EMAIL PROTECTED] writes: > > > Mark Santaniello <[EMAIL PROTECTED]> wrote: > > > > > > >Right now, if I ssh to the machine, and attempt to run an X app...say > > > >xterm...it gives

Re: Problem forwarding X over ssh

1999-12-13 Thread Cormac McGuinness
On Mon, Dec 13, 1999 at 09:24:30AM -0700, Gary Hennigan wrote: > [EMAIL PROTECTED] writes: > > Mark Santaniello <[EMAIL PROTECTED]> wrote: > > > > >Right now, if I ssh to the machine, and attempt to run an X app...say > > >xterm...it gives this error: > > > > >_X11TransSocketINETConnect: Can't conn

Re: Problem forwarding X over ssh

1999-12-13 Thread Gary Hennigan
[EMAIL PROTECTED] writes: > Mark Santaniello <[EMAIL PROTECTED]> wrote: > > >Right now, if I ssh to the machine, and attempt to run an X app...say > >xterm...it gives this error: > > >_X11TransSocketINETConnect: Can't connect: errno = 110 > >xterm Xt error: Can't open display: progression:10.0 > >

Re: Problem forwarding X over ssh

1999-12-13 Thread hservoma
Mark Santaniello <[EMAIL PROTECTED]> wrote: >Right now, if I ssh to the machine, and attempt to run an X app...say >xterm...it gives this error: >_X11TransSocketINETConnect: Can't connect: errno = 110 >xterm Xt error: Can't open display: progression:10.0 1) From what machine to what machine (s

Problem forwarding X over ssh

1999-12-12 Thread Mark Santaniello
Hi, I am having trouble getting X to forward across ssh from my debian box. I have the following settings in my /etc/ssh/sshd_config: X11Forwarding yes X11DisplayOffset 10 I have xauth installed (did that after getting an error about X forwarding upon connection). Right now, if