Answers for "permissions for 'sshkey.private' are too open."

2

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

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

It is required that your private key files are NOT accessible by others ubuntu

chmod 400 {keyfile}.pem is what amazon instructed and it works.
Posted by: Guest on November-15-2020

Code answers related to "permissions for 'sshkey.private' are too open."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language