Answer the question
In order to leave comments, you need to log in
Can't push to amazon?
I can ssh into my amazon machine like this ssh -i mykey.pem [email protected]
when I try to git push to this server it gives Permission denied (publickey).
googled added .ssh/config
Host Amazon
HostName 52.24.245.111
User ec2-user
IdentityFile ~/.ssh/mykey.pem
but that didn't help
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question