Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2011 05:44:32 -0700
From:      perryh@pluto.rain.com
To:        lists@eitanadler.com
Cc:        feld@feld.me, freebsd-questions@freebsd.org
Subject:   Re: ssh -X (X11 forwarding) not working from 6.1 to 8.1
Message-ID:  <4e1c41b0.EcHMZE5UI0TRpumb%perryh@pluto.rain.com>
In-Reply-To: <CAF6rxgnBmG3qnvB6-yX39YcpgR46%2Bc84EZFgbFNFrnS5b1COgQ@mail.gmail.com>
References:  <4e1c1f5f.LsZHLb8pZocKlPVV%perryh@pluto.rain.com> <op.vyhl58qs34t2sn@skeletor.feld.me> <4e1c340e.3E%2B90Iim2rCaR/tB%perryh@pluto.rain.com> <CAF6rxgnBmG3qnvB6-yX39YcpgR46%2Bc84EZFgbFNFrnS5b1COgQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Eitan Adler <lists@eitanadler.com> wrote:

> > It still fails with the 6.1 system as the ssh client,
> > and works with the 6.1 system as the ssh server
>
> Is X11Forwarding yes set in the server config of the failing
> direction?

Both seem to be defaulted.

On 6.1:

  $ egrep -C 2 X11Forwarding /etc/ssh/sshd_config
  #AllowTcpForwarding yes
  #GatewayPorts no
  #X11Forwarding yes
  #X11DisplayOffset 10
  #X11UseLocalhost yes

On 8.1:

  $ egrep -C 2 X11Forwarding /etc/ssh/sshd_config
  #AllowTcpForwarding yes
  #GatewayPorts no
  #X11Forwarding yes
  #X11DisplayOffset 10
  #X11UseLocalhost yes
  --
  # Example of overriding settings on a per-user basis
  #Match User anoncvs
  #       X11Forwarding no
  #       AllowTcpForwarding no
  #       ForceCommand cvs server



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4e1c41b0.EcHMZE5UI0TRpumb%perryh>