2012-05-04 18 views
2

bitami AMIを使用してEC2インスタンスを作成しました。私はbitami AMIとEC2のパーミッションが拒否されました。

ssh -i id_rsa-my-keypair [email protected]<myinstance> -vをしようとしたとき、私は私が興味深いのは、私はそれを利用した別のインスタンスを作成しようとしたことで、次のエラー

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: Offering RSA public key: settwo_05012012.pem 
debug1: Authentications that can continue: publickey 
debug1: Trying private key: id_rsa-my-keypair 
debug1: read PEM private key done: type RSA 
debug1: Authentications that can continue: publickey 
debug1: No more authentication methods to try. 
Permission denied (publickey). 

を得たEC2-アドオン鍵ペアユーティリティ

を使用して、EC2鍵ペアを作成しました私はすでにポート22の問題を排除しています。私は本当にこのビタミを使いたいです。ヘルプは非常に高く評価されます。 がbitnami bitamiないでなければなりませんMYINSTANCE -v

ユーザー@のssh -i id_rsaと、私の-鍵ペアbitnami:ここ

はこれを試してみてくださいSSHの設定

cat ssh_config|grep -v "#" 

Host * 
    SendEnv LANG LC_* 
    HashKnownHosts yes 
    GSSAPIAuthentication yes 
    GSSAPIDelegateCredentials no 

答えて

関連する問題