Answers for "It is required that your private key files are NOT accessible by others."

1

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

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

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
2

It is required that your private key files are NOT accessible by others. This private key will be ignored.

# if you are using WSL then include sudo before the commands
sudo ssh ...
Posted by: Guest on March-06-2021
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
0

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

chmod 400 /Users/username/.ssh/id_rsa
Posted by: Guest on April-14-2021

Code answers related to "It is required that your private key files are NOT accessible by others."

Browse Popular Code Answers by Language