多年以来,我一直在EC2实例上运行服务器,并且很长时间没有对其进行更改。突然之间,我无法访问它。我的服务器正在响应任何内容,但无法通过SSH访问它。我知道我的密钥有效,因为我可以访问其他实例。为端口22设置了安全组。
当我卷曲IP地址时。我得到一个NGINX主页。有人篡改了我的实例,有没有办法恢复和/或防止这种情况发生?
这是返回的内容:
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
</body>
</html>