git clone [email protected]:....git
fails with:
Permissions 0644 for '/root/.ssh/id_rsa' are too open.
Solution:
chmod 400 ~/.ssh/id_rsa
git clone [email protected]:....git
fails with:
Cloning into '/var/www/'...
Host key verification failed.
fatal: Could not read from remote repository.
Solution:
chown superuser:superuser id_rsa id_rsa.pub