I have set up a remote Git repo and can push to it with
git push remote master
However, it always asks me for my password. I don't want to have to enter my password every time I do this. If this were GitHub, I'd locally generate an SSH key and then go into the GitHub settings and add it. Since this isn't GitHub, I can't do that.
So how do I associate my SSH key with my remote Git repo through SSH terminal commands?