前提・実現したいこと
MAC
AWSで立てたcentosサーバーにSSHログインできなくなりました。
発生している問題・エラーメッセージ
ssh -i ~/.ssh/key.pem centos@********.compute.amazonaws.com
を入力したところ、下記のエラーが出て弾かれてログインできません。
Permission denied (publickey,gssapi-keyex,gssapi-with-mic)
試したこと
デバッグすると下記です。
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic debug1: Trying private key: /Users/hoge/.ssh/id_dsa debug3: no such identity: /Users/hoge/.ssh/id_dsa: No such file or directory debug1: Trying private key: /Users/hoge/.ssh/id_ecdsa debug3: no such identity: /Users/hoge/.ssh/id_ecdsa: No such file or directory debug1: Trying private key: /Users/hoge/.ssh/id_ed25519 debug3: no such identity: /Users/hoge/.ssh/id_ed25519: No such file or directory debug1: Trying private key: /Users/hoge/.ssh/id_xmss debug3: no such identity: /Users/hoge/.ssh/id_xmss: No such file or directory debug2: we did not send a packet, disable method debug1: No more authentication methods to try.
秘密鍵の設定が問題かと思ったのですが、
hoge/.ssh配下に、awsで発行したkey.pemの秘密鍵ファイルは存在します。
ちなみに、root権限だと下記です。
Please login as the user "centos" rather than the user "root".
よろしくお願いします。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答2件
あなたの回答
tips
プレビュー