In news:(E-Mail Removed) ,
Ignoramus26630 <(E-Mail Removed)> typed:
> Feb 28 00:04:52 WORK_SERVER_NAME sshd[5465]: error: Bind to port 22
> on 0.0.0.0 failed: Address already in use. Feb 28 00:04:52
....
> My question is WTF, what could it be that keeps the port during boot
> time?
A previously started process that uses port 22.
Use "lsof -i :22" or "netstat -antp | egrep ':22|:ssh' " to see what's there
akready.
|