0
私の会社の誰かがちょっと混乱して、インスタンスに対していくつかの権限を持って遊んでいました。 私はそれらを復元することができたと思うが、はい私はSSHを介して接続できません。 私はすべてのドキュメントを見ました - 彼らは私の.sshフォルダのアクセス許可を提案し、ファイルに連絡しました。 しかし、まだsuccsesはありません。AWS EC2 Instaceがsshに接続できません
debug1: Host '[ec2-35-158-36-123.eu-central-1.compute.amazonaws.com]:922' is known and matches the RSA host key.
debug1: Found key in /home/mobaxterm/.ssh/known_hosts:33
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: mobilePortalDev.pem (0x0), explicit
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug3: start over, passed a different list publickey,gssapi-keyex,gssapi-with-mic
debug3: preferred hostbased,publickey,password,keyboard-interactive
debug3: authmethod_lookup publickey
debug3: remaining preferred: password,keyboard-interactive
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: mobilePortalDev.pem
debug3: sign_and_send_pubkey: RSA SHA256:q1Dv2WPu+7ivOPemq0J1zaZdLyekni8URMGn1+zo7Aw
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
私は唯一のキー認証をuseingています:
これは、デバッグで見ているものです。 私は多分ロックされているか書き込み可能ではないと思うので、キーにアクセスすることはできません。
助けてもらえますか?
のための完全な権限を与えるしようと、あなたは、の〜/ .ssh見にどのようなアクセス許可を共有することができました好き?あなたのユーザIDはホームフォルダの.sshフォルダを所有していなければならず、そのフォルダを含むフォルダ内のすべてのファイルには600の権限が必要です。私は、認証キーがすでに存在していて、誰かがあなたに言及されている権限で遊んでいると仮定しています –