The HostKeyCallbackHelper.SetHostKeyCallback() was removed (or more correctly, replaced with SetHostKeyCallbackAndAlgorithms()?)
See diff: 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, which is preventing my project from compiling.
Thanks!
The
HostKeyCallbackHelper.SetHostKeyCallback()was removed (or more correctly, replaced withSetHostKeyCallbackAndAlgorithms()?)See diff: 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, which is preventing my project from compiling.
Thanks!