Answers for "it is required that your private key files are not accessible by others. this private key will be ignored. load key "/home/u458415235/.ssh/id_ed25519": bad permissions permission denied (publickey)."

2

Permissions 0644 for are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored

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.

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. this private key will be ignored. load key "/home/u458415235/.ssh/id_ed25519": bad permissions permission denied (publickey)."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language