Bug#422327: Similar problem

2010-07-05 Thread Walter Rudametkin
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

Bug#422327: Similar problem

2007-05-20 Thread Adrian Knoth
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