Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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:
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.
You can use the putty key generator to convert OpenSSH private keys to the format pageant prefers. They should still work fine with the openssh public keys.
I really don't want to keep multiple copies of my keys, isn't there another solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you use the private keys for something that requires the openssh format? The conversion can work both ways, so you could merely keep the ppk format for your private keys, and convert your public keys to openssh or putty's public keys as necessary. I generate all my keys with puttygen, and invariably have to convert my public keys to openssh for installation on linux servers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.