Akemi Yagi wrote:
This has to do with ipv6.
Thanks! Got it fixed.
Hi,
Maybe (?) it would be helpful for us all if You would tell us how the Problem was Fixed instead of telling us "Thanks, got it fixed" ;-)
P.S. Sorry for the horrible Format of this Mail. But i'm using the lausy M$-Standard-Client on my Mobile-Phone...
Regards Marc Rebischke
on 10-4-2008 5:46 AM Marc Rebischke spake the following:
Akemi Yagi wrote:
This has to do with ipv6.
Thanks! Got it fixed.
Hi,
Maybe (?) it would be helpful for us all if You would tell us how the Problem was Fixed instead of telling us "Thanks, got it fixed" ;-)
P.S. Sorry for the horrible Format of this Mail. But i'm using the lausy M$-Standard-Client on my Mobile-Phone...
Most likely ssh was trying to bind to the same port on both ip4 and ip6, which would cause that error. I also did the *recommended* google search and got this;
<quote> If you're not using IPv6, just disable it in sshd_config:
ListenAddress 0.0.0.0 #ListenAddress ::
(or bind the ListenAddress to a specific IP)
</quote>
Oops... Now I deprived you of finding that for yourself!
Shame on me! ;-P
Scott Silva wrote on Tue, 07 Oct 2008 15:40:11 -0700:
(or bind the ListenAddress to a specific IP)
That's the only way it works. Default is:
#ListenAddress 0.0.0.0 #ListenAddress ::
(e.g. both options are set by default) so decommenting ListenAddress 0.0.0.0 won't make a difference.
Kai