我正在尝试使用 SSH 登录我的 Amazon AWS 实例。我刚刚创建了实例,并使用实例创建了一个新的 keyPair。我将该密钥对放在我尝试从中进行 ssh 的目录中。
我愿意$ ssh -i myKeyPair.pem ec2-user@ec2-11-111-111-11.compute-1.amazonaws.com
。
它给出了这个输出:
debug1: Trying private key: myKeyPair.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).