Secrets Management that supports ssh-agents?

Hi! I’m looking for a secrets management system like agenix. The problem with agenix is that it requires SSH keys on disk, yet all of mine are managed by a ssh-agent (1password).

Is there a secrets management that integrates well with ssh-agent? I would also be happy with anything else that integrates with 1password.

Thanks!

1 Like

Yes agenix doesn’t support ssh-agent as mentioned here: Comparison of secret managing schemes - NixOS Wiki

sops-nix might be more suited to your workflow (though I personally don’t like the idea of tying my SSH keys to secrets management when they’re used for other purposes… so I stick to separate keys for those)

Thanks for the pointer to the wiki. Very helpful!

Unfortunately, sops also doesn’t support ssh-agent (as far as I can see). :frowning: The main reason for using ssh-keys is that I get really nice integration into password managers (1password). Especially in a corporate environment, this is really nice.

I wonder what other people use?