pandastrike / huxley

API and CLI for Docker Deployment
9 stars 1 forks source link

Add some troubleshooting docs for SSH keys #58

Open dyoder opened 9 years ago

dyoder commented 9 years ago

This could be links to good articles on SSH.

I ran into a problem where SSH wasn't finding the right key even though it was the same key I was using for GitHub. I had to rename the key files to id_rsa* to get it to work.

That's just one example of the sort of things people may run into.

dyoder commented 9 years ago

Now another problem. The git push worked, but agent forwarding failed. I had to set my SSH configuration to handle agent forwarding. Even then it didn't work.

Just documenting the kinds of things I've run into so far.