One of my ec2 servers has stopped receiving ssh connections. The OS is Ubuntu server 8.04, and the ssh server is the standard openssh-server
.
After months of uptime, I tried to connet to it today, and got the following message:
ssh_exchange_identification: Connection closed by remote host
Any idea what could have went wrong?
Update: After a reboot, the server started receiving new connections. Disks are below 50% usage.
ssh -vvv
, and look carefully through the output (or post it all for someone else to analyse; your password won't appear, but IP addresses and user names will). – Gilles 'SO- stop being evil' Aug 25 '11 at 23:46