I'm not sure why this is happening. I've followed the instructions here for setting up a user, named 'git', on my Linux machine. I have set up a few repositories as instructed there. I have generated RSA keys and copied/appended the id_rsa.pub
key to ~git/.ssh/authorized_keys
.
In one case, I'm using cygwin
and generated the ssh keys. I use these same keys through cygwin to log into this Linux machine all the time using a different user id.
However, I cannot do a git push origin master
as shown in that link without being prompted for the git user's password. What am I missing?