Aloah!
We're using Bitbucket and need to remap from TCP/7999 to TCP/22. We're using Bitbucket in a Docker setup (https://bitbucket.org/atlassian/docker-atlassian-bitbucket-server/src)
I've found a documentation paper that describes how to do this for native installations:
https://confluence.atlassian.com/bitbucketserver/setting-up-ssh-port-forwarding-776640364.html
Since this instructions describe a very work intensive way in how to do this with a proxy I'm wondering if remapping to port TCP/22 using docker configuration - mapping "-p 22:7999" or is there anything which might be problematic for production environments.
Cheers,
Matthias
edit 2016-10-24_1500 Changing the port would possibly work, but does not update the port on all links provided by bitbucket. Bitbucket itself allows only ports above 1024.....
Hi Matthias,
The documentation presents an option. However, the idea that you explained wouldn't be a problem. Any other port redirection that you're able to set up will do.
Just observe that the SSH daemon runs on servers by default on port 22 so you will need to do some extra configuration as indicated on the doc you linked (i.e. "configure multiple network interfaces on the physical machine and force the default ssh daemon to listen on all but the interface for accessing Bitbucket Server")
Best,
Thiago
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.