openstack環境でSSHログインエラー「are too open」現象の対策

1.エラーメッセージ:
[cat@startnews24 ~]$ ssh -i startnews24_test.pem cat@10.10.10.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for 'startnews24_test.pem’ are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: startnews24_test.pem
Permission denied (publickey).

2.解決対策
[cat@startnews24 ~]$ chmod -R 600 startnews24_test.pem
[cat@startnews24 ~]$ ssh -i startnews24_test.pem cat@10.10.10.6
Linux eb8e68ae-b266-4374-8f58-c363ae012c85 3.0.0-32-virtual #51~lucid1 SMP Thu Mar 6 17:43:24 UTC 2014 x86_64 GNU/Linux
Ubuntu 10.04.4 LTS

Linux

Posted by arkgame