Open Lindenk opened 7 months ago
This should fix #4
Looks like ssh agent isn't yet supported in age, discussion here: https://github.com/FiloSottile/age/discussions/244
Relevant issue in rage (opened by our fearless leader): https://github.com/str4d/rage/issues/160
Currently using the agenix cli does not using the user's running ssh-agent (if there is one). This makes rekeying or any other operation that requires decryption either cumbersome (requiring the use of the
-i
flag to specify a private key`), or very difficult/insecure if the key is stored in gpg and needs to be exported into a passwordless file while working