So I have a project (private repo) that has multiple submodules (also private). I have a server hosted on Amazon EC2 that will house the project, and I want to use our private Github repo.
I generated an ssh key for the main project and added it to the projects deploy keys. I also generated additional ssh keys for each submodule and added it to their deploy keys.
When I try and clone the project (using git@github), it doesn't work:
Permission denied (publickey). fatal: The remote end hung up unexpectedly
I have double checked each repo and their deploy keys and everything seems correct. Is there some other small step I am missing?
ssh -vT [email protected]say? - help.github.com/ssh-issues