Permissions 0644 for xx are too open

«  GCD - Euclidean algorithm
Fast Exponentiation Algorithms  »

When I try to pull one repository, it shows me this warning:

WARNING: UNPROTECTED PRIVATE KEY FILE!
Permissions 0644 for 'file path/file' are too open.
It is required that your private key files are NOT accessible by others. 
This private key will be ignored. Once
Load key "file": bad permissions

Solutions

Update file authority by:

$ chmod 600 file

Published on 22 Mar 2021 Find me on Facebook, Twitter!

«  GCD - Euclidean algorithm
Fast Exponentiation Algorithms  »

Comments

    Join the discussion for this article at here . Our comments is using Github Issues. All of posted comments will display at this page instantly.