Answers for "windows it is required that your private key files are not accessible by others. this private key will be ignored. load key "kcvideoexample.pem": bad permissions"

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
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

Code answers related to "windows it is required that your private key files are not accessible by others. this private key will be ignored. load key "kcvideoexample.pem": bad permissions"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language