The `HostKeyCallbackHelper.SetHostKeyCallback()` was removed (or more correctly, replaced with `SetHostKeyCallbackAndAlgorithms()`?) See diff: https://github.com/go-git/go-git/compare/v5.14.0...v5.15.0#diff-512f53c734d78ae512802447f2d46d550e849d296a6102ec8515de90f1fa3563L300 Would it be possible to add a (deprecated) alias with the old name, or restore the old implementation if they are significantly different? FWIW, I am not using this method in my own codebase, but it is [used by Argo CD](https://github.com/argoproj/argo-cd/blob/faf0073ebc1cccdf53766a56a084f9e5052814cd/util/git/ssh.go#L58), which is preventing my project from compiling. Thanks!