I have github. I created a private/public pair. I put the public on github.
But I can never push to github. Every time, it says public denied. In order to push, I need to do this:
eval ssh-agent
ssh-add ~/.ssh/github_dsa
This is driving me nuts that I have to do this every time. So, I just put it in my ~/.bashrc file. I feel like that's a hack. Is this normal?
