Get started with Bitbucket CloudNew to Bitbucket Cloud? Check out our get started guides for new users.
Get started with Bitbucket CloudNew to Bitbucket Cloud? Check out our get started guides for new users. Join or create and manage workspaces in Bitbucket CloudA workspace contains projects and repositories. Learn how to join or create a workspace, control access, and more. Set up and work on repositories in Bitbucket CloudWhether you have no files or many, you'll want to create a repository. These topics will teach you everything about repositories. Build, test, and deploy with PipelinesPipelines is an integrated CI/CD service built into Bitbucket. Learn how to build, test, and deploy code using Pipelines. Manage your plans and settings in Bitbucket CloudLearn how to manage your plans and billing, update settings, and configure SSH and two-step verification. Integrate Bitbucket Cloud with apps and other productsLearn how to integrate Bitbucket Cloud with Jira, Marketplace apps, and use the Atlassian for VS Code extension. Build third-party apps with Bitbucket Cloud REST APILearn everything you need to know about how to build third-party apps with Bitbucket Cloud REST API, as well as how to use OAuth. Get advisories and other resources for Bitbucket CloudAccess security advisories, end of support announcements for features and functionality, as well as common FAQs. TutorialsBecome a member of our fictitious team when you try our tutorials on Git, Sourcetree, and pull requests. Create and manage projects in Bitbucket CloudProjects makes it easier for members of a workspaceto collaborate by organizing your repositories into projects.
CommunityAnswers, support and inspiration System StatusCloud services health Suggestions and bugsFeature suggestions and bug reports MarketplaceProduct apps
Products
Get started
Documentation
Resources
- Log in to account
- Contact support
- Atlassian Migration Program
- GDPR guides
- Enterprise services
- Atlassian Partners
- Developers
- Success Central
- User groups
- Automation for Jira
- Atlassian.com
Atlassian Support
/
Bitbucket
/
Manage your plans and settings in Bitbucket Cloud
Cloud
The third-party Git Credential Manager (GCM) can be used as alternative method of connecting to Bitbucket Cloud from the Git CLI. If you do not want to configure SSH access for your Bitbucket Cloud account, you can download and install the GCM from Git Credential Manager on GitHub. Note that the GCM works over HTTPS, not SSH. Ensure your Git remotes are using HTTPS, such as:
git clone https://{username}@bitbucket.org/{workspace}/{repository}.git
SSH Client Keys
The URL you use to access a repository depends on the connection protocol (HTTPS or SSH) and thedistributed version control system.You can find your repository-specific URLs from the repositorySourcepage. Thefollowing tableshows these URL formats:
HTTPS | https://<repo_owner>@bitbucket.org/<accountname>/<reponame>.git |
---|---|
SSH | git@bitbucket.org:<repo_owner>/<reponame>.git or ssh://git@bitbucket.org/<repo_owner>/<reponame>.git |
Bitbucket supports four encryption algorithms for client keys: Ed25519, ECDSA,RSA,and DSA. The following table shows the supported key types and the minimum key size for each supported key type. Bitbucket Cloud only accepts public keys in OpenSSH's authorized_keys format.
Type of key | Minimum key size (bits) | Example |
---|---|---|
Ed25519 (ed25519) | 256 |
|
ECDSA (ecdsa) | 256 |
|
RSA (rsa) | 2048 |
|
DSA / DSS (dsa) | 1024 |
|
SSH Host Keys
We recommend that you record Bitbucket Cloud's public SSH host key before connecting to it for the first time. Depending on the security protocols in your network, the system administrator may maintain a centrally located list of approved known hosts. The public SSH host key fingerprints for the on-prem server are:
SHA256 format
123
256 SHA256:FC73VB6C4OQLSCrjEayhMp9UMxS97caD/Yyi2bhW/J0 bitbucket.org (ECDSA)256 SHA256:ybgmFkzwOSotHTHLJgHO0QN8L0xErw6vd0VhFA9m3SM bitbucket.org (ED25519)2048 SHA256:46OSHA1Rmj8E8ERTC6xkNcmGOw9oFxYr0WF6zWW8l1E bitbucket.org (RSA)
To get the format suitable for storage in the known hosts, you can use the followingcurlcommand:
1
curl https://bitbucket.org/site/ssh
Set up personal SSH keys on macOSHow to set up SSH keys for connecting to Bitbucket Cloud through the Git CLI on macOS Set up personal SSH keys on WindowsHow to set up SSH keys for connecting to Bitbucket Cloud through the Git CLI on Windows Set up personal SSH keys on LinuxHow to set up SSH keys for connecting to Bitbucket Cloud through the Git CLI on Linux Managing multiple Bitbucket user SSH keys on one deviceHow to connect to multiple Bitbucket accounts using SSH keys on the same device Enable two-step verificationSet up the two-step verification to secure your account. Supported SSH key formatsLists the supported SSH key formats and minimum key sizes Set up SSH with SourcetreeHow to set up SSH keys for connecting to Bitbucket Cloud through Sourcetree
Was this helpful?
Still need help?
The Atlassian Community is here for you.
Ask the Community
- Explore more
- Set up personal SSH keys on macOS
- Set up personal SSH keys on Windows
- Set up personal SSH keys on Linux
- Managing multiple Bitbucket user SSH keys on one device
- Enable two-step verification
- Manage your plans and settings in Bitbucket Cloud
- Manage your plan and billing
- Log into or connect to Bitbucket Cloud
Configure SSH and two-step verification
- App passwords
- Manage Bitbucket and account settings
On this pageSSH Client KeysSSH Host KeysSHA256 format
CommunityQuestions, discussions, and articles