Ssh Permission Warning

  • When your computer found this warning and you can not clone repositoried from remotes.
  • You can resole it by Changing ssh key files permisions.

warning

1
warning unprotected private key file

set permission on file id_rsa

chmod 0400 $HOME/.ssh/id_rsa

Make sure dir containing the id_rsa.pub private key and other files set to 0700

chmod 0700 $HOME/.ssh/