Support
Support copied to clipboard
SSH Key Passphrase support
I'm getting errors accessing my remote, the key I use has a passphrase and I was wondering if that may be the reason it wouldn't be working. If so are there plans to add support? Or is it something you'd be happy to take a PR for?
Thanks @yoiang. GitFiend doesn't support this yet, but I think it's important and am looking into it now.
After looking into this I've found that ssh passphrases are intended to be entered in a terminal window manually by a human (E.g. Not passed as a command line option, or stored on disk). This is by design.
To support ssh passphrases in GitFiend I would need to fool ssh into thinking a user entered the passphrase on the command line. I'm not sure this would be any more secure than just removing the passphrase.
I gotcha. That's too bad, it would be great to have a safe 2fa style mechanism already built into git that could be employed by GUIs
Yeah. I'll keep thinking about this problem.
Right now you should be able to do 2fa over https using personal access tokens, and I'm adding an option to use your system installed git instead of the inbuilt one, which might enable workarounds.