I'm trying to test my SSH connection to Bitbucket, but the session closes right after authentication.
Here's the relevant output:
Authenticated to bitbucket.org ([185.166.143.49]:22) using "publickey". debug1: channel 0: free: client-session, nchannels 1 Connection to bitbucket.org closed by remote host. debug1: Exit status -1
The key is accepted, no explicit error is shown, but the connection is terminated by the remote host.
This happens even with ssh -Tv git@bitbucket.org.
Any idea what could cause this?
Thanks.
Hi @gmerendino
May you please try a different network connection (for example, a mobile hotspot) and let me know if you get the same error?
Typically, a disconnect indicates a problem with your network connection.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.