2013-08-22 355 views
1

我知道這是一個FAQ。但我對此很陌生。我經歷了所有給定的解決方案。但似乎沒有解決我的問題權限被拒絕(公鑰)AWS

以下將更好地解釋你。

ssh -v -i xxxxx-ec2.pem [email protected] 

我錯我刪除的xxxxx.pub這是在家裏/ Ubuntu的文件夾時,我試圖糾正上述問題得到

OpenSSH_6.2p2, OpenSSL 1.0.1e 11 Feb 2013 
debug1: Reading configuration data /home/Administrator/.ssh/config 
debug1: Connecting to ec2-xx-xxx-x-xx.us-west-2.compute.amazonaws.com [xx.xxx.x.xx] port 22. 
debug1: Connection established. 
debug1: identity file xxxxx-ec2.pem type -1 
debug1: identity file xxxxx-ec2.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_5.9p1 Debian-5ubuntu1.1 
debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.1 pat OpenSSH_5* 
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: sending SSH2_MSG_KEX_ECDH_INIT 
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY 
debug1: Server host key: ECDSA a6:6e:d1:d2:ec:73:f5:d7:5f:97:33:b7:6b:ef:ff:02 
debug1: Host 'ec2-xx-xxx-x-xx.us-west-2.compute.amazonaws.com' is known and matches the ECDSA host key. 
debug1: Found key in /home/Administrator/.ssh/known_hosts:3 
debug1: ssh_ecdsa_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: venkat-ec2.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). 

其實。不過,我產生使用

ssh-keygen -y 

然後就通過SFTP粘貼的.pub文件放回文件夾/home/ubuntu/一個.pub文件。請幫幫我。

回答

0

您需要在/home/ubuntu/.ssh/authorized_keys或/home/ubuntu/.ssh/authorized_keys2中添加.pub的新內容。

另一種方法是使用ssh-copy-id