Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asking me for my RSA key password #91

Open
rocky-the-revolutionary opened this issue Jan 3, 2022 · 1 comment
Open

Asking me for my RSA key password #91

rocky-the-revolutionary opened this issue Jan 3, 2022 · 1 comment

Comments

@rocky-the-revolutionary
Copy link

secrets.nix:

let
  rocky = "ssh-ed25519";
  elaine = "ssh-ed25519";
in
{
  "secret1.age".publicKeys = [ rocky elaine ];
}

Command that fails only after second entry:

agenix -e secret1.age

Thank you in advance!

@XenGi
Copy link

XenGi commented Nov 29, 2023

The repeated asking for the password of your ssh key comes from rage and is not a problem with nixage. You can switch to the original age implementation which doesn't suffer from this issue: https://github.com/ryantm/agenix#overriding-age-binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants