Encryption with SSH key and ssh-agent? #3677
Unanswered
old-pigeon
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Don't use SSH keys. age specifically recommends against it:
Have a look at chezmoi's FAQs on encryption. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
chezmoi supports encryption with
age
, however their README states thatssh-agent
is not supported.I will activate SSH agent forwarding, so that the server and my local machines can use the SSH agent from KeePassXC. I want to use the same SSH keys to encrypt/decrypt sensitive data in the repo to avoid entering passwords manually.
What is the best way to achieve that given
age
doesn't support it?Beta Was this translation helpful? Give feedback.
All reactions