I was able to create a key and connect to github following these instructions via the command prompt successfully:
https://help.github.com/articles/generating-ssh-keys
However, when I try to connect via Sourcetree and putty I cannot. I've tried:
- generating a new key with the putty key generator (SSH-2 RSA)
- entering a passphrase
- saving the private key
- saving the public key and adding a .pub extension
- copying/pasting the key from the putty key generator window into github
- attemping to refresh branches on a pull from my private github repository from my local repo using the SSH clone URL I got from github
I also tried opening the key generated from the github command line instructions and it wanted me to convert it to a putty-type key which I did and saved off, tried with that one. Also no luck.
What am I doing wrong?