Add native support for ssh keys for age - #779
Conversation
|
|
|
Anything I can do to help this along? |
|
any update? |
|
as getsops/sops#1692, sops has it's simple key-find procedure: first like : sops = {
sshKeyNative = {
enable = true; #default false
path = "/foo/bar/id_sra"; # previous `sshKeyPaths`
};
}if no that's just my two cents, thanks for you PR :) |
|
Hi, is there anything any of us can do to help move this along? Thank you! |
|
@musjj would it be possible to include configuration options here for the new |
|
@musjj can you potentially rebase this? I've done it on a fork, but would be nice if this one was rebased as well. If not, feel free to say so, and it can be done by someone else. :) I appreciate the work you've done on this. |
|
Yeah sorry, I don't use SSH for age anymore so feel free to adopt this if anyone else is interested! |
Adds support for the age's native SSH feature from getsops/sops#1692.
Also deprecates
sops.age.sshKeyPathsas it should no longer be necessary.Closes #744