Re: ssh X forwarding problem

2003-04-09 Thread Tommi Virtanen
On Sun, Apr 06, 2003 at 04:50:39PM +0200, First Last wrote: > Is orion's X server listening to the socket? Yes, > and in fact if I don't try to do X forwarding > but instead set DISPLAY=orion:0.0 on ursa, > everything works. Don't do that. It's the same as giving all the passwords you

Re: Re: ssh X forwarding problem - iptables interaction??

2003-04-08 Thread First Last
From: Jeremy Drake <[EMAIL PROTECTED]> To: First Last <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], "" Subject: Re: Re: ssh X forwarding problem - iptables interaction?? Date: Mon, 7 Apr 2003 20:43:07 -0700 (PDT) On Tue, 8 Apr 2003, First Last wrote: > > But mayb

Re: Re: ssh X forwarding problem - iptables interaction??

2003-04-07 Thread Jeremy Drake
On Tue, 8 Apr 2003, First Last wrote: > > But maybe that rule doesn't apply to ursa's connection > to itself (for the tunneling)? I don't know > enough about iptables to know if that's > the case. Or how to fix it ... iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -i lo -j ACCEPT -- Happiness is

Re: Re: ssh X forwarding problem - iptables interaction??

2003-04-07 Thread First Last
<[EMAIL PROTECTED]> wrote: Your mention of ListenAddress reminded me that ursa is a firewall; I wonder if my iptables rules are responsible for the problem. Are you using iptables on the machine which you have a problem with? I dug into this further and my iptables rules do seem to be the prob

Re: Re: ssh X forwarding problem

2003-04-07 Thread First Last
Karl-Heinz Haag <[EMAIL PROTECTED]> wrote: Quoting First Last ([EMAIL PROTECTED]): > In-reply-to: [EMAIL PROTECTED] > > > Noah Meyerhans <[EMAIL PROTECTED]> wrote: > > >I have the exact same problem [...] > > >I wonder if this has something to do with the fact that /home is an NFS > >mount, > >

Re: Re: ssh X forwarding problem

2003-04-07 Thread Karl-Heinz Haag
Quoting First Last ([EMAIL PROTECTED]): > In-reply-to: [EMAIL PROTECTED] > > > Noah Meyerhans <[EMAIL PROTECTED]> wrote: > > >I have the exact same problem [...] > > >I wonder if this has something to do with the fact that /home is an NFS > >mount, > > It's reassuring to find out I'm not alone

Re: Re: ssh X forwarding problem

2003-04-07 Thread Noah Meyerhans
On Mon, Apr 07, 2003 at 07:02:26PM +0200, First Last wrote: > Your mention of ListenAddress reminded me that > ursa is a firewall; I wonder if my iptables rules are > responsible for the problem. Are you using iptables > on the machine which you have a problem with? Nope, I have no firewalling on

Re: Re: ssh X forwarding problem

2003-04-07 Thread First Last
Noah Meyerhans <[EMAIL PROTECTED]> wrote: On Sun, Apr 06, 2003 at 09:48:42PM +0200, First Last wrote: > It's reassuring to find out I'm not alone with this problem! > My configuration is different, I have no NFS mounts at all. > So the problem can't be related to NFS. Do you have any Lis

Re: Re: ssh X forwarding problem

2003-04-06 Thread Noah Meyerhans
On Sun, Apr 06, 2003 at 09:48:42PM +0200, First Last wrote: > It's reassuring to find out I'm not alone with this problem! > My configuration is different, I have no NFS mounts at all. > So the problem can't be related to NFS. Do you have any ListenAddress directives in sshd_config? This discussi

Re: Re: ssh X forwarding problem

2003-04-06 Thread First Last
In-reply-to: [EMAIL PROTECTED] Noah Meyerhans <[EMAIL PROTECTED]> wrote: I have the exact same problem [...] I wonder if this has something to do with the fact that /home is an NFS mount, It's reassuring to find out I'm not alone with this problem! My configuration is different, I have no

Re: Re: ssh X forwarding problem

2003-04-06 Thread First Last
In-Reply-To: [EMAIL PROTECTED] Phillip Hofmeister <[EMAIL PROTECTED]> wrote: A few things to check for: 1. Is X forwarding allowed by the remote host? 2. Before you ssh out of localhost, is there a DISPLAY environment variable set to a X session that you own? (You need to tell ssh client

Re: ssh X forwarding problem

2003-04-06 Thread Noah Meyerhans
On Sun, Apr 06, 2003 at 04:50:39PM +0200, First Last wrote: > Any constructive suggestions? For whatever it's worth, I have the exact same problem and have had it for quite some time. As in your case, it's not user error; I have OpenSSH properly configured to allow X11 forwarding on the sshd end,

Re: ssh X forwarding problem

2003-04-06 Thread Phillip Hofmeister
A few things to check for: 1. Is X forwarding allowed by the remote host? 2. Before you ssh out of localhost, is there a DISPLAY environment variable set to a X session that you own? (You need to tell ssh client on localhost where to forward X to after all...) Hope this helps. On Sun, 06 Apr 2

Re: ssh X forwarding problem

2003-04-06 Thread Phillip Hofmeister
A few things to check for: 1. Is X forwarding allowed by the remote host? 2. Before you ssh out of localhost, is there a DISPLAY environment variable set to a X session that you own? (You need to tell ssh client on localhost where to forward X to after all...) Hope this helps. On Sun, 06 Apr 2