Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Configure SSH

Ronak Patel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 20, 2018

I want to configure SSH based access on my server kindly help.

Thanks,

Ronak

2 answers

0 votes
Michael Walker
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 21, 2018

Hi Ronak,

The guide Enabling SSH access to Git repositories on Bitbucket Server should be able to address most if not all of your questions. There is also a bit more information on our guide Using SSH keys to secure Git operations

If you are by chance using Bitbucket Cloud, you can find the instructions in the guide Set up an SSH key.

If you have any questions, let us know.

Ronak Patel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 21, 2018

Hello Team,

 

Thanks your for your answer. I dropped and idea of USING SSH for now. Currently I am configuring SSL..

I have successfully imported SSL Certificate. But when I tried to access the https URL, tomcat server goes down with below error.

 

Description:

The Tomcat connector configured to listen on port 31112 failed to start. The port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 31112, or configure this application to listen on another port.

2018-08-22 00:49:52,999 INFO  [main]  c.a.b.i.boot.log.BuildInfoLogger Bitbucket 5.13.0 has shut down

 Here is bitbucket.properties file contents for your view.

server.port=31112
server.scheme=https
server.ssl.enabled=true
server.ssl.key-alias=espl
server.ssl.key-store=C:\BitBucketRepositories\shared\config\ssl-keystore
server.ssl.key-store-password=<Password>
server.ssl.key-password=<Password>

Kindly Suggest.

Thanks,

Ronak

Michael Walker
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 22, 2018

Hello Ronak,
When receiving the error "The Tomcat connector configured to listen on port 31112 failed to start. The port may already be in use or the connector may be misconfigured." the most common issue is that the application is unable to bind to the port in question. This is often due to the port being in use by either a previously started process of the application that is hung, running in the background, or a lack of permissions to bind to that port. As your config appears to be written correctly, the above is certainly the most likely.

0 votes
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 20, 2018

Can you provide any more details about the server, its operating system, or what you're attempting to do with it?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events