Hello,
This question may seem naive, but I lost more than an hour on that, there is something I don't get I guess.
I'm trying to set a new SSH key on my desktop SourceTree AND on my Bitbucket account.
If I use Putty (SourceTree > Tools > Create or import...) to create a new ssh key, it's recognized by Pageant but it's not possible to add it on bitbucket.org (error : "That SSH key is invalid." while putty and pageant sais it's not...)
If I use ssh-keygen -t rsa -b 4096 -C "<em>my_email@example.com"</em> to generate a public and private key, it's recognized on bitbucket.org BUT it can be imported on Pageant so is not used by SourceTree.
My need is quite simple, I had no problem on Mac OS X, but this is a new windows 10 and nothing works like it's supposed to.
Can you see something I'm doing wrong ?
Why does Putty/Pageant does not excpect the same things than Bitbucket/github SSK key validation tool ?
Thanks !