Hey, no idea why I'm getting this message given when I run ssh -Tv git@bitbucket.org I get a debug message saying "Authentication succeeded (publickey)."
Here's the last few lines of the debug trace:
debug1: Authentication succeeded (publickey).
Authenticated to bitbucket.org ([18.205.93.0]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: pledge: network
debug1: Sending environment.
debug1: Sending env LANG = en_AU.UTF-8
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
Connection to bitbucket.org closed by remote host.
Transferred: sent 2600, received 1840 bytes, in 10.5 seconds
Bytes per second: sent 246.9, received 174.7
debug1: Exit status 0
The command is used to test the connection to Bitbucket Cloud with your SSH key.
After the test finish, this SSH connection will be closed by Bitbucket Cloud so it is normal to have the message "Connection to bitbucket.org closed by remote host" at the end.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.