ssh login for git submodules

Siegmund Ertle October 15, 2012

we're working intensively with git submodules. in the .gitmodules-file there are the reponames for all submodules stored. The reponames has to be independent from any username, otherwise the reponames has to be changed for every user (i.e. https://joe.user@gitserver)

so we use ssh with individual ssh-keys for each user, authentification is done via the ssh-keys. the reponames therefore look like this: ssh:git@gitserver/project/myrepo.git

Does stash support this way of authentification, too?

Thank you.

1 answer

1 accepted

0 votes
Answer accepted
Jens Schumacher [Atlassian]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 15, 2012

Yes, Stash supports authentication via SSH, which does not require the username as part of the repo url. You can find more details about how to setup SSH in the Stash documentation under:

https://confluence.atlassian.com/display/STASH/Setting+up+SSH

Siegmund Ertle October 29, 2012

ok, thank you, we're going to make a testinstallation.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events