When trying to push live master
i get the following error in my local machine
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I have setup ssh keys
i mean created public key, private key and added public key to /.ssh/authorized_keys of server
but still its not happening…
I guess I have made ssh via password login disabled, is that causing teh issue
ssh ubuntu@128.199.165.57 will not work
but however the following command ssh -i ~/.ssh/id_rsa_xyz ubuntu@myhostname works
pls clarify what am i missing
or what should i do to make git use ssh key for authentication when working with digital ocean
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I have been having the exact issue mentioned at the top of this post when I try to git push to the new server. Has anyone been able to solve this on Windows?
This comment has been deleted
I have doen few more things on the Digital ocean server
like
git push live master
its throwing errorCan you share the exact command that you are running when you get this error?