Make nix store ping respect SSH key defined in /etc/nix/machines #408
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#408
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
It is unexpected behavior, that when I run
nix store ping --store ssh://builder
and /etc/nix/machines contains a definition likessh://builder x86_64-linux /run/agenix/ssh-key.pub [...]
that it will not make use of that configured key.Describe the solution you'd like
If proto, user and host match, use the configured key!
Describe alternatives you've considered
None.
Additional context
With high verbosity, looks like it just shells out to OpenSSH and tries to use the users keys? At least on Nix 2.18.2.