I'm using age keys but sops seems to fail if my ssh key (with passphrase) exists #1890
Unanswered
a-torgovitsky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
shared.yaml
file was encrypted with~/.config/sops/age/keys.txt
.There is a
.sops.yaml
located in.
that has the public key inkeys.txt
(as well as a different public key for a different machine).My
id_ed25519
SSH key has a passphrase, which is why I suspect I am getting the message thatsops
thinks it is malformed.However, I would have expected
sops
to just skip the SSH key and go on to find~/.config/sops/age/keys.txt
.If I rename the
id_ed25519
SSH key, thensops
works as expected, decrypting and opening theshared.yaml
file.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions