Skip to main content
February 16, 2022
Question

Sourcetree can't use the ssh-agent

  • February 16, 2022
  • 2 replies
  • 3659 views

Issue using the ssh-agent with Sourcetree application.


1Password Version: 8.6.0 (80600026 BETA)
Extension Version: 2.3.0 (BETA)
OS Version: Windows 11

2 replies

XIII
February 16, 2022

I thought I had the same on macOS, but something else seems wrong.

Investigating...

February 17, 2022

I have made this work with Sourcetree (not sure if this applies if your using the embedded git).

I have git cli working via the git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe" method. The error mentioned above happens if I have Sourcetree set to "OpenSSH" as the SSH Client in the General Settings. When I set to option to "PuTTY / Plink" all my git commands started working as expected.