I had the same problem ssh and x-forwarding after disabling ipv6 in sysctl.
It seems that disabling ipv6 using sysctl breaks both ssh x-forwarding
and java networking, at least in my case.
To disable ipv6 I created this file:
/
cat /etc/sysctl.d/disableipv6.conf
/#Equal to sysctl -w net.ipv6.c
Hi,
I had a similar problem, resulting in exactly the same debug messages
from sshd.
In my case, /etc/hosts did not contain anything. After adding
127.0.0.1 localhost
::1 ip6-localhost
X-forwarding was fine.
Judging your ifconfig output, you don't have IPv6 configured correctly,
most
2 matches
Mail list logo