0
AWSインスタンスに接続しようとしていて、次のエラーが発生しています。awsサービスへの接続エラー
[email protected]:/media/18AB-992F$ ssh -i shantanuo.pem abc.compute-1.amazonaws.com
The authenticity of host 'abc.compute-1.amazonaws.com (107.22.129.243)' can't be established.
RSA key fingerprint is 0d:f0:ab:53:bb:fc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'abc.compute-1.amazonaws.com,107.22.129.243' (RSA) to the list of known hosts.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for 'shantanuo.pem' are too open.
It is recommended that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: shantanuo.pem
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
私はUbuntu Live CDを使用しているため、ファイルのアクセス許可を変更できません。 「shantanuo.pem」のファイルアクセス権のみが問題ですか?
ファイルのパーミッションは明らかに問題です。私はこのエラーがいくつかあったし、アクセス許可を変更することによって修正されました。 –