[Bug 1051] error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jun 2 23:41:01 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1051
------- Additional Comments From dtucker at zip.com.au 2005-06-02 23:41 -------
(In reply to comment #4)
> So what have I got to do if decided to take "AddressFamily inet"???
If you need only IPv4 connections, use "inet". If you need 4 and 6 connections
then use "inet6". Put it into your sshd_config and restart sshd. All it's
going to do is prevent the warning in the logfile, though. If you haven't
already you might want to read the sshd_config(5) man page.
I don't think those logs are from 4.1p1 either: it will normalize the 4-in-6
mapped addresses so the entries will look like "from 192.168.8.14" not "from
::ffff:192.168.8.14".
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list