【问题标题】:Permission denied (publickey) when connecting to EC2 via SSH on Mac Mavericks [closed]在 Mac Mavericks 上通过 SSH 连接到 EC2 时权限被拒绝(公钥)[关闭]
【发布时间】:2014-05-27 11:46:04
【问题描述】:

我在Permissions error 上阅读了 SO,但仍然无法通过公钥问题。你能看看我的日志并告诉我我还需要做什么来解决这个问题吗?顺便说一句,我也已经 chmod 600 我的密钥对了。非常感谢您的帮助。

(molaenv)van@mavericks:~/webdev$ ssh -v -i ~/webdev/molakeypair.pem ec2-user@ec2-54-86-32-54.compute-1.amazonaws.com
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: Connecting to ec2-54-86-32-54.compute-1.amazonaws.com [54.86.32.54] port 22.
debug1: Connection established.
debug1: identity file /Users/van/webdev/molakeypair.pem type -1
debug1: identity file /Users/van/webdev/molakeypair.pem-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.2
debug1: match: OpenSSH_6.2 pat OpenSSH*
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com 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: Server host key: RSA 8f:c8:b1:6d:5a:7c:fa:10:95:46:d4:34:63:17:b5:bd
debug1: Host 'ec2-54-86-32-54.compute-1.amazonaws.com' is known and matches the RSA host key.
debug1: Found key in /Users/van/.ssh/known_hosts:3
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: Trying private key: /Users/van/webdev/molakeypair.pem
debug1: read PEM private key done: type RSA
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).

【问题讨论】:

  • 您可能在serverfault.com 有更好的答案@ 话虽如此,看来您的私钥对于您要连接的机器是错误的。

标签: amazon-web-services ssh amazon-ec2


【解决方案1】:

您的 EC2 实例上运行的操作系统是什么?

对于 Amazon 发布的 AMI,我们将 ec2-user 用于 Amazon Linux 和 Red Hat。 在 Ubuntu 上,默认用户是 ubuntu 在 Suse 上,默认用户是 root

对于社区 AMI,您必须与 AMI 创建者核对使用您的公钥配置的用户。

【讨论】:

  • 有时对于某些 AMI,默认用户是 root
  • 谢谢! - 编辑答案以包含您的反馈
猜你喜欢
  • 2021-06-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-07-15
  • 2013-08-23
  • 2018-02-04
  • 2014-07-24
相关资源
最近更新 更多