我有一个由Amazon Web Server托管的站点,我使用ssh连接来访问它 .

突然,服务器停止了回答(我正在经常删除一些symfony2应用程序的缓存) .

首先它告诉我:ssh_exchange_identification:读取:由peer重置连接

现在它根本没有回答(不是网站上的ssh)

OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to xxxxxxxxxx.eu-central-1.compute.amazonaws.com [xxxxxxxx] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/xxxx/.ssh/xxxxxx.pem" as a RSA1 public key
debug1: identity file /home/xxxxx/.ssh/xxxxx.pem type -1
debug1: identity file /home/xxxxx/.ssh/xxxxxx.pem-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
ssh_exchange_identification: read: Connection reset by peer

它能是什么?

这个问题发生在之前,几个小时后就停止了 . 它可能是RAM问题吗?我在想,也许我在服务器上做的一些动作可能阻止了他(就像正常的计算机要求太多) .