all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: "Kristoffer Ström" <kristoffer@rymdkoloni.se>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Guix deploy ignoring identity
Date: Mon, 13 May 2024 18:08:43 +0200	[thread overview]
Message-ID: <ZkI5ikp_OkKLmeHr@ws> (raw)
In-Reply-To: <87le4dkdck.fsf@rymdkoloni.se>

[-- Attachment #1: Type: text/plain, Size: 1407 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2024-05-13 16:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13 14:15 Guix deploy ignoring identity Kristoffer Ström
2024-05-13 16:08 ` Tomas Volf [this message]
2024-05-13 16:42   ` Kristoffer Ström
2024-05-13 17:48 ` Felix Lechner via
2024-05-13 19:30   ` Kristoffer Ström
2024-05-13 20:38     ` Felix Lechner via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZkI5ikp_OkKLmeHr@ws \
    --to=~@wolfsden.cz \
    --cc=help-guix@gnu.org \
    --cc=kristoffer@rymdkoloni.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.