You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Since Windows 10 1803, a built-in/optional OpenSSH implementation is included with Windows, including a SSH agent service. I've configured git to use this OpenSSH by adding this to my .gitconfig:
[core]
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"
Sourcetree however, seems to only want to use either Pageant or the OpenSSH agent bundled with Git. Anyone know of a workaround, or do we just have to wait for Sourcetree to support the built-in OpenSSH implementation?
Hi
We have prototyped using the built in OpenSSH but ran into some issues around make sure it was available and running. We continue to monitor it and work on it, but it is not yet a roadmapped feature.
I was able to accomplish this with the newly released winssh-pagent tool by setting Sourcetree to use Pageant auth and unchecking the "Start agent" box. See: https://github.com/ndbeals/winssh-pageant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Greetings!
Is this feature still considered for a future release?
In my new job I started using SourceTree, since it is the division policy, and I like it so far. However, I wish it could use Windows SSH-Agent, which I already successfully configured for the few instances when I do manual git commands.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Is there meanwhil an update when the feature will be available or at least on the roadmap?
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.