ssh unprotected private key code example
Example 1: WARNING: UNPROTECTED PRIVATE KEY FILE
sudo chmod 600 ~/.ssh/id_rsasudo chmod 600 ~/.ssh/id_rsa.pub
Example 2: Unprotected private key file
sudo chmod 600 ~/.ssh/<your key's name>
Example 3: Unprotected private key file
cp <path to your key> ~/.ssh/<name of your key>