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

Introduce age for another encryption method of PGP #853

Closed
kachick opened this issue Oct 18, 2024 · 5 comments · Fixed by #869
Closed

Introduce age for another encryption method of PGP #853

kachick opened this issue Oct 18, 2024 · 5 comments · Fixed by #869
Labels
enhancement New feature or request

Comments

@kachick
Copy link
Owner

kachick commented Oct 18, 2024

But I should keep PGP, age will alt to avoid eggs in one basket.

Motivation

This is ...

dotfiles/README.md

Lines 156 to 157 in 2f3bec8

touch ~/.ssh/id_ed25519 && chmod 400 ~/.ssh/id_ed25519
hx ~/.ssh/id_ed25519

However using pass will depends GPG, it does not have benefit of passphrase since #852.

Of course, adding another secret manager is a way, however bitwarden does not officially support ssh integration yet. (It have PRs)

Ref

#262
https://github.com/FiloSottile/passage
https://github.com/MarkusZoppelt/nixpkgs/blob/ce12ce87a1492b4a6da8a4b20d687f13ebfdef4c/pkgs/tools/security/passage/default.nix

@kachick kachick added the enhancement New feature or request label Oct 18, 2024
@kachick
Copy link
Owner Author

kachick commented Oct 18, 2024

https://github.com/gopasspw/gopass also provides age option

@kachick
Copy link
Owner Author

kachick commented Oct 21, 2024

💭 setting up multiple stores in gopass is not an easy task... much errors, and I should remove garbage config in each attempt

@kachick
Copy link
Owner Author

kachick commented Oct 21, 2024

@kachick
Copy link
Owner Author

kachick commented Oct 21, 2024

gopass persists the config in a gitconfig style config file, not only for the password-store convention
If I removed a store, I should also remove the entry from the config.

@kachick
Copy link
Owner Author

kachick commented Oct 21, 2024

kachick added a commit that referenced this issue Oct 22, 2024
* Implement `envs` command to make easier debugging GH-755 and developing GH-853

* Rewrite the command with ruby, the pipeline_w much helps for daily use. So closes GH-825 for now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant