bug#70034: Hostkey error when pulling or building from private git repository

2024-10-31 Thread David Pflug
As another data point, I'm encountering this issue as well and ssh-keyscan didn't resolve it. I'm not following the code flow to try to help with this (yet?). I can say that libgit2 doesn't seem to've made any relevant changes since the release of 1.8.1 in May.

bug#70034: Hostkey error when pulling or building from private git repository

2024-04-14 Thread Frederickson, Jonathan
I just ran into this issue as well. I spent some time bisecting last night and tracked it down to a change in guile-git's dependency on libgit2: 9f00975f55e569fc3ba204fc34261a942a19b4e5 is the first bad commit commit 9f00975f55e569fc3ba204fc34261a942a19b4e5 Author: Ludovic Courtès Date:

bug#70034: Hostkey error when pulling or building from private git repository

2024-04-14 Thread Frederickson, Jonathan
It looks like this is https://github.com/libgit2/libgit2/issues/6612 And one of the comments on that issue from the libgit2 maintainer made me realize there's a workaround. Using github.com as an example since the initial report was having trouble with a channel on github, if you run this: $ ssh-

bug#70034: Hostkey error when pulling or building from private git repository

2024-04-10 Thread Tim Johann
Hi there, I have experienced the same problem, and have a little piece of the puzzle. As I looked at the server hosting my own private channel I saw the line Unable to negotiate with XXX.XXX.XXX.XXX port 45072: no matching host key type found. Their offer: ssh-rsa [preauth] which means that t

bug#70034: Hostkey error when pulling or building from private git repository

2024-03-27 Thread Atte Torri via Bug reports for GNU Guix
Hello, I get an error message when trying to `guix pull` a channel from a private git repository or when trying to `guix build` a package from a private git repository Previously it worked great up until a few days ago. I have tested it on multiple machines and get the same error, as well as