Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Sourcetree connecting to already running ssh-agent

Stefan Bellon December 6, 2017

I failed to set up Sourcetree to connect to an already running ssh-agent. Is this possibly? If so, how? My Sourcetree always starts its own ssh-agent.

 

Long story: our Bitbucket Server is behing another host we connect to with SSH. Therefore we use something like the following in ~/.ssh/config:

 

Host bitbucket.company.domain

  User git

  ProxyJump sshproxy.company.domain

  IdentityFile ~/.ssh/bitbucket

 

Host sshproxy.company.domain

  User USERNAME

  IdentityFile ~/.ssh/id_rsa

 

This works really well with GNU/Linux and with Windows using OpenSSH. For key management however we use PuTTY and pageant on Windows. Git comes with a ssh-pageant.exe and a start-ssh-pageant.bat script to launch the ssh-pageant.exe which talks OpenSSH to git but fetches the keys from PuTTY's pageant.

 

This works perfectly with TortoiseGit, Git for Windows on the command line, but it fails with Sourcetree because Sourcetree insists in launching its own ssh-agent instead of using the one already running.

 

Is there a way (environment variable, configuration option, etc.) to tell Sourcetree to use OpenSSH, but NOT start an own ssh-agent, but use an already running agent?

 

TIA.

1 answer

0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 8, 2017

Hi, 

There isn't currently, but its something we can look into. Could you create a request at https://jira.atlassian.com ?

Stefan Bellon December 8, 2017

Where exactly? Sourcetree Development? Sourcetree for Windows?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events