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

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
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 "It is required that your private key files are NOT accessible by others ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language