Answers for "permissions 0664 for 'fxpem' are too open. it is required that your private key files are not accessible by others. this private key will be ignored. load key "frontend-dev.pem": bad permissions"

2

Permissions 0664 for '/home/kapua/keys/dev11' are too open.

chmod 600 ~/.ssh/id_rsa
Posted by: Guest on May-14-2020
2

it is required that your private key files are not accessible by others

$ sudo chmod 600 /path/to/my/key.pem
Posted by: Guest on November-14-2020

Code answers related to "permissions 0664 for 'fxpem' are too open. it is required that your private key files are not accessible by others. this private key will be ignored. load key "frontend-dev.pem": bad permissions"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language