On 2024-05-13 14:15:07 +0000, 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-configuration
>                        (host-name "test.se")
>                        (host-key "ssh-ed25519 AA... deploy@test")
>                                          (identity "/any/path")
>                        (system "x86_64-linux")
>                        (user "deploy")
>                        (port 22)))))
>
> test-os is correctly defined as far as i can tell.
>
> However, whatever i put in identity seems not to matter, the correct
> path does nothing, as does an empty or non-existant path.
>
> What could be the issue here?
>

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).

Have a nice day,
Tomas

PS: My mail server refuses to accept -@emo07-pco.easydns.vpn as a valid address,
so I cannot CC it.  I do not think hyphen can be at the start (or end) of
local-part.  If the address actually exists, please forward my mail to it
yourself.

--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.

Attachment: signature.asc
Description: PGP signature

Reply via email to