bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-06-16 Thread Arun Isaac
Hi Maxim, > I'm curious as to how SSH clients typically trigger 'pinentry' to > prompt; perhaps Guile-SSH is lacking some feature here. Exactly my point! :-) > I hope someone in the know can tip in! In the meantime, you've already > found a workaround (the use of an SSH agent). Yup. Thanks,

bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-06-16 Thread Maxim Cournoyer
Hello Arun, Arun Isaac writes: > So, with an ssh-agent, guix build on a remote daemon works. But, I'd > like it to work without an ssh-agent. Is that possible? I've re-read the original issue and now I have a better understanding of it; the manual mentions GUIX_DAEMON_SOCKET is handled via the

bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-06-15 Thread Arun Isaac
Hi Maxim, I normally use neither OpenSSH's ssh-agent nor gpg-agent's ssh-agent feature. But, when I do, it works. I didn't run into any pinentry issues like you described. But, that's only because a passphrase entry is not required at the time of `guix build'. Passphrase entry is required only a

bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-06-15 Thread Maxim Cournoyer
Hi Arun, Arun Isaac writes: > Hi Maxim, > >> I suspect this is due to changes in OpenSSH *client* that now refuse >> older RSA keys for security reasons. > > This doesn't seem to be. Here's why: I have another machine that I ssh > to using an unencrypted RSA key. I am able to connect to the Guix

bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-06-14 Thread Arun Isaac
Hi Maxim, > I suspect this is due to changes in OpenSSH *client* that now refuse > older RSA keys for security reasons. This doesn't seem to be. Here's why: I have another machine that I ssh to using an unencrypted RSA key. I am able to connect to the Guix daemon on that machine without any tro

bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-06-08 Thread Maxim Cournoyer
Hi, Arun Isaac writes: > I have an SSH key encrypted with a passphrase. When I try connecting to > a remote guix daemon with that encrypted SSH key, it fails with the > following error message. > > $ GUIX_DAEMON_SOCKET=ssh://foo guix build -v3 hello > guix build: error: SSH authentication failed

bug#54950: Connecting to remote guix daemon with encrypted SSH key fails

2022-04-15 Thread Arun Isaac
I have an SSH key encrypted with a passphrase. When I try connecting to a remote guix daemon with that encrypted SSH key, it fails with the following error message. --8<---cut here---start->8--- $ GUIX_DAEMON_SOCKET=ssh://foo guix build -v3 hello guix build: e