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

ssh_exchange_identification: read: Software caused connection abort

José Mudarra June 10, 2019

Dear all,

I'm having troubles to perform the test after setting up the public key in my bitbucket account and executing following command: ssh -T git@bitbucket.org

I've performed a debug as well and this is the result: 

$ ssh -v git@bitbucket.org
OpenSSH_7.9p1, OpenSSL 1.1.1a 20 Nov 2018
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to bitbucket.org [18.205.93.1] port 22.
debug1: Connection established.
debug1: identity file /c/Users/jose.mudarra/.ssh/id_rsa type 0
debug1: identity file /c/Users/jose.mudarra/.ssh/id_rsa-cert type -1
debug1: identity file /c/Users/jose.mudarra/.ssh/id_dsa type -1
debug1: identity file /c/Users/jose.mudarra/.ssh/id_dsa-cert type -1
debug1: identity file /c/Users/jose.mudarra/.ssh/id_ecdsa type -1
debug1: identity file /c/Users/jose.mudarra/.ssh/id_ecdsa-cert type -1
debug1: identity file /c/Users/jose.mudarra/.ssh/id_ed25519 type -1
debug1: identity file /c/Users/jose.mudarra/.ssh/id_ed25519-cert type -1
debug1: identity file /c/Users/jose.mudarra/.ssh/id_xmss type -1
debug1: identity file /c/Users/jose.mudarra/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.9
ssh_exchange_identification: read: Software caused connection abort

 

Any idea? 

Thanks in advance and regards,

Jose.

1 answer

1 accepted

0 votes
Answer accepted
Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 11, 2019

Hello Jose and welcome to the Community!

Thank you for reporting this issue and providing your logs which include the error. We would suggest further testing of your SSH authentication to ensure it is functioning as expected. There are a few steps to this process and due to this, we will reference the documentation. Please review the following to test: Troubleshoot SSH issues | Test SSH authentication.

Additionally, ensure you’re using a connection with TLSv1.2. TLS 1 and 1.1 have been deprecating (Deprecating TLSv1 and TLSv1.1).

If you’re still having issues after going through the steps within the referenced material please let us know.

Regards,
Stephen Sifers

José Mudarra June 12, 2019

Hi Stephen,

Thanks for your reply. Actually, I could perform set up my local folder with the remote repository with HTTPS url. I'm already uploading source code to Bitbucket and this GIT test is still not working. I've followed Troubleshoot SSH issues | Test SSH authentication. documentation, but no success. 

Anyway, I already can integrate with the remote repository. I don't understand what's going on with my test. 

Thanks for your help.

Best regards,

Jose.

Pedro Henrique Antunes Pinto August 23, 2022

Hi, I'm having this problem now, when I use my internet at home, I can use fetch/pull/push easily. But when I'm at my mother's house, I can't operate and this error returns.

WhatsApp Image 2022-08-23 at 17.30.21.jpeg

Like astomiwanda likes this
astomiwanda January 15, 2023

I have the same error. Is there any solution?

Mohamed Aymen Benabdessamad February 10, 2023

instead of using SSH key try to use HTTPS link, because i had the same problem;
just do :
git remote - v 

then check which one is linked with HTTP link , in my case i found out that "source" is linked , and then use that" source" as <remote> and it will work
git push -u source ur_branch_name


I hope this will help youn because that works for me 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events