guitarrapc / git-shallow-clone-orb

circleci orb to execute git shallow clone for faster checkout.
https://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone
MIT License
21 stars 11 forks source link

Bug: #52

Closed gijserensteinmvf closed 1 year ago

gijserensteinmvf commented 1 year ago

Is there an existing issue for this?

Orb version

2.4.0

Current behavior

But issue looks to be present on newer versions too.

Bitbucket changed ssh host keys yesterday.

The bitbucket keys listed here and here seem to be incorrect now. Causing pipelines to fail with a message

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed

this guide might be helpful: https://bitbucket.org/blog/ssh-host-key-changes

Minimum reproduction config

N/A

Other

No response