所以我从网上转移我的实例,下载一个安装它的密钥对,一切都很好。 然后我重新启动了我的电脑,我无法再SSH进入。 我试着redownloading一个密钥对并重新安装它,但我不断获得权限被拒绝(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).
我也尝试重新启动实例。 任何人有什么我可以尝试? 非常感谢!
我在那个日志中看到的唯一的事情是不允许漫游你的密钥是1还是2?
还要检查/Users/tigger/.ssh目录中的权限,该目录应该由用户拥有,并且是chmod 700. authorized_keys文件也应该是chmod 700,并由用户拥有。
你是否试图用正确的用户login? 例如,Ubuntu镜像使用ubuntu用户而不是root用户。