【问题标题】:Can't SSH Into EC2 Instance无法通过 SSH 连接到 EC2 实例
【发布时间】:2011-10-30 12:56:52
【问题描述】:

所以我从网上启动了我的实例,下载了一个安装它的密钥对,并且一切正常运行了大约一天。然后我重新启动了我的计算机,我无法再通过 SSH 连接它了。我尝试重新下载密钥对并重新安装它,但我不断收到 Permission denied (publickey) 错误。

这是详细的输出(我也尝试过使用 -i /path/to/keypair 选项,但没有成功):

debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug1: Connecting to ec2-184-73-218-40.compute-1.amazonaws.com [184.73.218.40] port 22.
debug1: Connection established.
debug1: identity file /Users/tigger/.ec2/domainpolish type 1
debug1: identity file /Users/tigger/.ec2/domainpolish-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3p1 Debian-3ubuntu7
debug1: match: OpenSSH_5.3p1 Debian-3ubuntu7 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.6
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'ec2-184-73-218-40.compute-1.amazonaws.com' is known and matches the RSA host key.
debug1: Found key in /Users/tigger/.ssh/known_hosts:11
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/tigger/.ec2/domainpolish
debug1: Authentications that can continue: publickey
debug1: Offering RSA public key: domainpolish
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).

我也尝试过重启实例。有人有什么我可以尝试的吗?非常感谢!

【问题讨论】:

  • 我会在亚马逊论坛上发布相同的内容:forums.aws.amazon.com/forum.jspa?forumID=30 AWS 员工有一个大多数 SO 用户没有的技巧:他们可以看到发生了什么。 :)
  • & 然后如果你得到答案,请在答案部分报告它可能会有很好的帮助。

标签: ssh amazon-ec2


【解决方案1】:

解决了。我已经从我的计算机中删除了我的 AWS 密钥对。不要这样做。它会将您永远锁定在您的实例之外。

【讨论】: