I have problem connecting to host via ssh. It prompts me this error :
debianbox@debian:~$ssh cdcharles@hephaistos.rsr.lip6.fr
ssh_exchange_identification : Connection closed by remote host
The problem is that I used to connect to that machine before with the same account, but now I don't know what happen I just get this error. I try to warn the admin but he says that everything works fine. Can somebody tells me what is the problem?
denyhostsrunning, it will temporarily (or permanently, depending on configuration) blacklist your IP (for incoming SSH), by putting an entry in/etc/hosts.denyYour output above is consistent with this scenario. Try to confirm this by SSH'ing to that box from another (external) IP. If you don't have more than one external IP, SSH into another offsite box then SSH into the box in question. – Chad Feller Sep 3 '11 at 18:51ssh -vvv …and post the output, so we know at what point the remote host closes the connection. – Gilles Sep 4 '11 at 18:06