2
无法连接到AWS EC2实例-“主机密钥验证失败”
我已经用Rails包设置了一个Ubuntu实例,部署了我的应用程序,并且运行良好。 但是,当我尝试执行SSH时,它不允许我进行远程登录,并引发诸如以下错误:Host key verification failed。 这个问题似乎一直存在。我已将弹性IP附加到该实例,但看不到公共DNS。 我的实例正在新加坡地区运行。 ssh 调试输出: OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to 46.137.253.231 [46.137.253.231] port 22. debug1: Connection established. debug1: identity file st.pem type -1 debug1: identity file st.pem-cert type -1 debug1: Remote …