Bitbucket cloud annouced to change the ssh host key, does it impact the teamcity built-in git vcs?
Bitbucket cloud annouced to change the ssh host key, does it impact the teamcity built-in git vcs?
We did use ssh git to pull source codes from bitbucket cloud
here is the bb anouncement : https://bitbucket.org/blog/ssh-host-key-changes
Please sign in to leave a comment.
For checkout purposes, TeamCity should automatically pick up new fingerprint so I do not anticipate any issues there. If you use SSH Agent feature (https://www.jetbrains.com/help/teamcity/ssh-agent.html) and you have known_hosts defined manually on the agent machines, you may need to update it as per the guide provided by BitBucket team.