Gordon Messmer wrote:
>
> David Powers wrote:
> > I am trying to do the same thing, however I have my /etc/hosts.deny set
> > with ALL: ALL
> >
> > This is causing X11 forwards to be refused by tcp wrappers. Can anyone
> > shed light on what I have to allow for the forward to work?
>
> I'm using openssh on my machines, and all that I need for ssh forwards
> to work is define "X11Forwarding yes" in the servers config file. Since
> the ssh client is running locally, as you, and the X traffic is coming
> over the ssh link, there shouldn't be _any_ trouble with tcp_wrappers or
> with xauth.
>
> MSG
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
These are 6.1 boxes, if I configure /etc/hosts.allow with ALL: <local ip
address> then all works fine.
If I don't /var/log messages traps the following
sshd[797]: error: Fwd X11 connection from <local ip> refused by
tcp_wrappers. Anyone have thoughts on what I'm missing here. As Steven
forwarded me the original message that I commented on, I have check
everything over to make sure that there was not a resolve issue.
Everything there seems to be set okay.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.