I have 2 SSH keys I need to load when starting SourceTree, which are password-protected.
Since I am on Windows and can't use Pageant (due to its lack of support to OpenSSH keys) I have to use OpenSSH, but it doesn't properly work:
- if there is just one key added into SourceTree, a command line pops up asking me for the password (and it works)
- if I add a second key through SourceTree (Tools -> Add SSH key), it asks me for the password (and it works)
- if I close SourceTree and open it up again, a command line pops up and then immediately closes itself, thus failing to load both of my SSH keys
Is there a way to solve this? The only workaround is to re-add the SSH key I need just before fetching/pushing, if I remember I previously closed SourceTree or rebooted my PC.