[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:04:58 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1051





------- Additional Comments From dtucker at zip.com.au  2005-06-02 23:04 -------
djm beat me to it, but for the record:

(In reply to comment #0)
> What am I doing wrong?????

1) Not describing your problem.  What did it do, and what did you expect it to
do instead?

2) posting large quantites of debug information in the comment field of the bug
(this makes the bugs difficult to read) rather than using attachments.

If all you're worrying about is the "Bind to port 22 on 0.0.0.0 failed: 
Address already in use." message then that is normal on Linux: you can't bind to
the same port on both Ipv4 and IPv6.  This can be trivially prevented by putting
either "AddressFamily inet" or "AddressFamily inet6" into your sshd_config,
depending on your requirements.



------- 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