[Bug 1709] Connection refused occurs under OpenSolaris

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sun Jan 31 13:16:54 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1709

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #2 from Damien Miller <djm at mindrot.org> 2010-01-31 13:16:53 EST ---
(In reply to comment #0)
> ListenAddress ::

This is your problem. You have instructed sshd to listen on the IPv6
wildcard address only. Add:

ListenAddress 0.0.0.0

or comment out your ListenAddress entirely, restart sshd and it should
work.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list