18.01.2018 17:01, Roger Whittaker пишет:
On Thu, Jan 18, 2018 at 11:46:07AM +0000, Roger Whittaker wrote:
The new openssh version 7.6p1-1.1 in 20180116 seems to break X forwarding with ssh -X.
Reverting to 7.2p2-6.2 fixed the problem.
I haven't really investigated - I just reverted quickly because I use this constantly.
Is there something new about the configuration in 7.6p1-1.1 ?
In case this is of use to anyone else: the system I was connecting to had ipv6 disabled, and in /etc/ssh/sshd_config had the default setting
AddressFamily any
With 7.2p2-6.2 I could ssh -X to it without problems.
After the update to 7.6p1-1.1 I needed to set
AddressFamily inet
and the problem was then solved.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.mindrot.org/show_bug.cgi?id=1356 https://bugzilla.mindrot.org/show_bug.cgi?id=2143 The problem happens when IPv6 is disabled on host. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org