端口更改后 SSH 连接到 EC2 实例失败
我正在开发 Amazon EC2 Web 服务器。我已将默认 ssh 端口更改为 8083。重新启动 sshd 服务后,我无法使用新端口和旧端口访问服务器。如何解决再次连接到服务器的问题?
I am working on an Amazon EC2 web server. I have changed default ssh port to 8083. After restarting the sshd service, I cannot access to the server using new port and old port. How can I resolve the problem to connect to my server again?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要允许访问 EC2 实例安全组中的端口 8803。
检查“网络和安全”下的 Amazon Ec2 管理控制台。
You need to allow access to port 8803 in the EC2 instance security groups.
Check in the Amazon Ec2 Management Console under Network and Security.