Re: guix pull from private ssh server fails

2025-04-23 Thread Maxim Cournoyer
Hi, "Matthew Todd" writes: > Hi Guix, Christoph, > > I can confirm that the patch Christoph links upthread > (https://issues.guix.gnu.org/77154) fixes the problem I ran into. > > > Test steps: > * Create custom libssh2-1.11.1 package, that inherits Guix channel libssh2 > and applies Christoph's

Re: guix pull from private ssh server fails

2025-04-06 Thread Matthew Todd
Hi Guix, Christoph, I can confirm that the patch Christoph links upthread (https://issues.guix.gnu.org/77154) fixes the problem I ran into. Test steps: * Create custom libssh2-1.11.1 package, that inherits Guix channel libssh2 and applies Christoph's fixes. * Build and install the libssh2-1.11

Re: guix pull from private ssh server fails

2025-03-22 Thread Christoph Buck
Hi Guix! I submitted a patch to bump version number of libssh2 to 1.11.1 and change the crypto backend to openssl (see issue number https://issues.guix.gnu.org/77154). I think this fixes my problem as well as Matthews and maybe issue 64648 (see https://issues.guix.gnu.org/64648). Looking forwar

guix pull from private ssh server fails

2025-03-15 Thread Christoph Buck
Hi Guix! I hope you have a good day! The other day i ran into a problem as i was pulling a guix channel from my private ssh server secured by pubkey authentication. The channel file looks like this: > (channel > (name 'grimbard) > (url "ssh://t...@xx..xx:/srv/ssh/guix/grimbard.gi

guix pull from private ssh server

2025-03-14 Thread Christoph Buck
Hi Guix! I hope you have a good day! The other day i ran into a problem as i was pulling a guix channel from my private ssh server secured by pubkey authentication. The channel file looks like this: > (channel > (name 'grimbard) > (url "ssh://t...@xx..xx:/srv/ssh/guix/grimbard.gi