Re: Guix deploy ignoring identity

2024-05-13 Thread Felix Lechner via
Hi Kristoffer, On Mon, May 13 2024, Kristoffer Ström wrote: > I realize now that my ssh key is password protected, is this maybe not > supported? To my knowledge that is not supported, but I'd love to hear otherwise. Kind regards Felix

Re: Guix deploy ignoring identity

2024-05-13 Thread Kristoffer Ström
> There is no error message? With my current user it gets the ssh login correct, but fails at sudo (i want it to, i don't like my remote user to be pwless sudo) The error i get is guix deploy: error: failed to deploy rymdkoloni: SSH authentication failed for 'dep...@example.se': Access denied

Re: Guix deploy ignoring identity

2024-05-13 Thread Felix Lechner via
Hi Kristoffer, On Mon, May 13 2024, Kristoffer Ström wrote: > i'm trying to use guix deploy for a remote vhost Here is a machine stanza I have been using. It always works, aside from name resolution issues or SSH timeouts: https://codeberg.org/lechner/system-config/src/branch/history/host

Re: Guix deploy ignoring identity

2024-05-13 Thread Kristoffer Ström
> Would you, by any chance, happen to have ~/.ssh/config that sets Identity for > the host in question? If yes, those do override whatever you put into > (machine-ssh-configuration). No i do not, i only have known_hosts and my keys. have a good day too.

Re: Guix deploy ignoring identity

2024-05-13 Thread Tomas Volf
On 2024-05-13 14:15:07 +, Kristoffer Ström wrote: > > Hello, i'm trying to use guix deploy for a remote vhost, my conf looks > something like this: > > (list (machine >(operating-system test-os) >(environment managed-host-environment-type) >(configuration (machine-ssh-co