microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

Bad permissions for id_rsa #349

Closed EliasPI closed 6 years ago

EliasPI commented 6 years ago

Hi, When trying to access the jumpbox, I have this message: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0777 for 'Users/xxxx/oxa-tools/config/stamp/default/id_rsa' 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: Users/xxxx/oxa-tools/config/stamp/default/id_rsa Permission denied (publickey). How can I solve this problem? Thanks!

eltoncarr commented 6 years ago

Apply the appropriate permissions for your SSH private key. This is a linux administration task and not an issue specific to oxa-tools.