Today, as I tried to access a server with SSH, I got the following error:

ssh_exchange_identification: Connection closed by remote host

After some searching I found a solution: I have had to add the following line to /etc/hosts.allow:

ssh: 0.0.0.0/0.0.0.0

And voilĂ , it works.