Is there a way to cache an ssh pass phrase with sublime merge 2 on windows? I was quite happy to see a Sublime Merge 2 update, but this missing functionality meant that my interest was suddenly deflated by the ‘ssh nag screen’.
SSH Pass Phrases
Thanks for your reply @TheSecEng! I have had problems with git and ssh-agent on windows, but just now found out that Windows 10 ships with OpenSSH. I was able to run it as a service and set the GIT_SSH variable to point to ssh.exe that ships with windows. Looks like Sublime Merge likes it!
0 Likes
I believe that should work. I believe I used ssh-add -K
which adds the key to your login keychain. Not on mac right now to check tho!
0 Likes
you can also put the path to the git binary in git config --global ssh.corecommand
0 Likes