Permissions 0755 for '/home/lonecloud/.ssh/id_rsa' are too open.

lonecloud發表於2018-09-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0755 for '/home/lonecloud/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "/home/lonecloud/.ssh/id_rsa": bad permissions
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

  出現該問題主要是因為你的ssh中的私鑰許可權導致的

問題解決:

chmod -R 700 ~/.ssh/

  即可解決

相關文章