Answers for "ssh error in windoes it is required that your private key files are not accessible by others"

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
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 "ssh error in windoes it is required that your private key files are not accessible by others"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language