Hello
I am getting confused wrt using ssh access for submodules when cloning into a docker image.
Various posts in Atlassian Community instruct to enable SSH access.
This is what is unclear to me at this stage:
1. Which repo do I need to enable SSH keys pair on? The parent repo or the submodules repo? How to set up the keys (both public and private) in either of the scenarios?
2. Known hosts for docker image - how do I handle it from bitbucket's settings? As it asks for host address and I'm not sure what to provide there.
Thanks.
After digging around I finally got it, so I can answer my own question in case it'll help someone else :
You don't need to worry about `Known hosts` section of the `Settings` page in the parent repo, so long as your submodules repos are hosted on bitbucket.org (it is handled behind the scenes).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.