Bitbucket Cloud的新IP地址

转载地址

Bitbucket Cloud的新IP地址

我们在做什么?

我们将从2018年7月29日星期日的UTC时间22:00开始逐步推出更改DNS记录,以指向新的IP地址。
预计两周后,即8月15日,所有客户都将完成推出。

此迁移不会有任何停机时间,并且由于此迁移,大多数人不必做任何不同的事情。

我们为什么要这样做呢?

Bitbucket近年来取得了惊人的增长,数百万用户在Bitbucket工作以构建更好的软件。
作为其中的一部分,我们正计划进行云迁移,这将允许我们:

  1. 利用云中的更多自动扩展功能
  2. 轻松添加/删除网络服务容量
  3. 与我们的Atlassian PaaS平台共同定位,该平台支持Jira,Confluence,StatusPage和其他Atlassian产品
  4. 扩展Bitbucket的基础设施以满足未来需求
  5. 我们新的云IP地址空间以及一些底层网络改进将使某些用户的响应时间明显加快,具体取决于位置
  6. 同样重要的是,这些变化使我们更容易改善上游网络连接和负载平衡

这会对你有什么影响?

大多数用户不必为此迁移做任何特殊操作。
您的DNS服务器应在迁移后的几分钟内获取新IP,您的系统应立即开始使用新IP。
不过,为了以防万一,我们将保留旧的IP运行几周。

防火墙考虑

如果您使用防火墙控制入站或出站访问,则可能需要更新配置。
请立即将这些新IP列入白名单;
迁移完成后,您应该能够删除旧的IP。

bitbucket.org,bitbucket.com,api.bitbucket.org,bitbucket.io,bytebucket.org,altssh.bitbucket.org的新目标IP地址将是:

IPv4: 18.205.93.0/25 and 13.52.5.0/25

IPv6: 2406:da00:ff00::0/96*


Note: 此IPv6范围包括Atlassian不必拥有的子网,但是匹配* all * Bitbucket IPv6 Atlassian IP的最长子网。
我们将在https://confluence.atlassian.com/bitbucket/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate上发布确切的IPv6地址列表
-firewall-343343385.html很快。

根据https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html,Webhooks IP将保持不变

SSH考虑因素

我们服务器的SSH密钥没有变化,因此大多数SSH客户端将继续工作而不会中断。
但是,少数用户在推送或拉过SSH时可能会看到与此类似的警告:

Warning: the RSA host key for 'bitbucket.org' differs from the key for the IP address '18.205.93.1'

警告消息还会告诉您~/.ssh/known_hosts中哪些行需要更改。
在您喜欢的编辑器中打开该文件,删除或注释掉这些行,然后重试您的推送或拉动。

其他资源

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Bitbucket supports SSH as a secure protocol for accessing and managing your repositories. To use SSH with Bitbucket, you need to generate an SSH key pair and add the public key to your Bitbucket account. Here are the steps to set up SSH access with Bitbucket: 1. Generate an SSH key pair on your local machine if you don't have one already. You can use the `ssh-keygen` command to generate the key pair. ```bash ssh-keygen -t rsa -b 4096 -C "your_email@example.com" ``` This command will prompt you for a location to save the key pair and a passphrase (optional). Press Enter to accept the default values. 2. Once the key pair is generated, copy the public key to the clipboard using the following command: ```bash pbcopy < ~/.ssh/id_rsa.pub ``` If you're not on macOS, you can manually open the `id_rsa.pub` file and copy its contents. 3. Log in to your Bitbucket account and navigate to your avatar in the bottom left corner and click on "Bitbucket settings." 4. In the left-hand sidebar, click on "SSH keys" under the "Security" section. 5. Click on the "Add key" button. 6. Paste the copied public key into the "Key" field and provide a label for the key (e.g., "My SSH Key"). 7. Click on the "Add key" button to save the SSH key. Once you have set up SSH access, you can clone your repositories using the SSH URL. For example: ```bash git clone git@bitbucket.org:username/repository.git ``` Make sure to replace `username` with your Bitbucket username and `repository` with the name of your repository. That's it! You should now be able to use SSH to access your Bitbucket repositories.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值