Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-16590

Support IPv6 for SSH connection

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Problem Definition

      Bitbucket supports IPv6 for HTTPS connection but not for SSH connection:

      $ ssh -6T git@bitbucket.org
      ssh: connect to host bitbucket.org port 22: Network is down
      

      Suggested Solution

      Support IPv6 for SSH connection as well.

      Workaround

      Edit SSHD configuration file (such as ~/.ssh/config) to enforce IPv4 connection:

      Host bitbucket.org
        AddressFamily inet
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kyamamoto@atlassian.com K. Yamamoto
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: