During reboot:
● sshd.service - OpenBSD Secure Shell server
Loaded: loaded (/etc/systemd/system/sshd.service; disabled; vendor preset: en
Active: failed (Result: exit-code) since Thu 2020-10-01 21:19:13 UTC; 23s ago
Process: 1411 ExecStart=/usr/sbin/sshd -D $SSHD_OPTS (code=exited, status=255)
Process: 1247 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Main PID: 1411 (code=exited, status=255)
Oct 01 21:19:12 fhsuc1ifebpap01 systemd[1]: Starting OpenBSD Secure Shell server
Oct 01 21:19:13 fhsuc1ifebpap01 sshd[1411]: error: Bind to port 22 on 0.0.0.0 fa
Oct 01 21:19:13 fhsuc1ifebpap01 sshd[1411]: error: Bind to port 22 on :: failed:
Oct 01 21:19:13 fhsuc1ifebpap01 sshd[1411]: fatal: Cannot bind any address.
Oct 01 21:19:13 fhsuc1ifebpap01 systemd[1]: sshd.service: Main process exited, c
Oct 01 21:19:13 fhsuc1ifebpap01 systemd[1]: sshd.service: Failed with result 'ex
Oct 01 21:19:13 fhsuc1ifebpap01 systemd[1]: Failed to start OpenBSD Secure Shell
If I kill all sshd processes, and restart sshd service it runs fine.
What seems to be the problem?