since this week, I have an issue when deploying my Rails app with Capistrano:
Permission denied (publickey).
DEBUG[4a3de544] fatal: Could not read from remote repository.
I don’t understand this, since I’m able to push to my remote repository, but when I run the command:
ssh -vvv git@github.com
I’m seeing this error messages in the output:
Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/Users/acandael/.ssh/id_rsa" as a RSA1 public key
Does anyone know how to fix this?
Again, I don’t know why this is happening as previously I was able to deploy with Capitstrano without a problem.
anyone experience the same issue? How can I fix this?
thanks for your help,
Anthony