key: Permissions 0664 for '*.key' are too open

Share:
````sh #ssh -i oracle-v2ray.key [email protected] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0664 for 'oracle-v2ray.key' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "oracle-v2ray.key": bad permissions [email protected]: Permission denied (publickey). ``` Solution: ```sh chmod 600 oracle.key ``` SSH to VPS: ```sh ssh -i oracle.key [email protected].** ``` cover

No comments