Exactly the same problem here! And of course I have nothing listening on 22 port!
It seems very strange to me. To start sshd I have to specify in sshd config:
In other case I see the following error:
Code: Select all
Oct 10 23:27:43 camobap sshd[30696]: Server listening on :: port 22.
Oct 10 23:27:43 camobap sshd[30696]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
I thought it is because I have openssh compiled with ipv6 support, so when it binds itself on :: address then binding to 0.0.0.0 failes. But now I compiles openssh without ipv6 support and still have this problem. May be this is because I have ipv6 enabled in kernel

Can anybody help me to find out why I have such problem?
BTW. amd64

livecd has exactly the same problem. After setting up networking I have to modify sshd config to start sshd!!!