Correct permission to .ssh config files
SSH Permission Commands SSH Permission Commands chmod 700 ~/.ssh Copy chmod 644 ~/.ssh/authorized_keys Copy chmod 644 ~/.ssh/known_hosts Copy chmod 644 ~/.ssh/config Copy chmod 600 ~/.ssh/id_rsa Copy chmod 644 ~/.ssh/id_rsa.pub Copy chmod 600 ~/.ssh/github_rsa Copy chmod 644 ~/.ssh/github_rsa.pub Copy chmod 600 ~/.ssh/mozilla_rsa Copy chmod 644 ~/.ssh/mozilla_rsa.pub Copy
