Distrobox and host not sharing GPG keys correctly #1419
Unanswered
alexispurslane
asked this question in
Q&A
Replies: 1 comment
-
I'm currently using SSH keys to sign my commits for now, but this certainly seems like some sort of bug or something, or feature that should be implemented if it isn't a bug, so I'll leave this up :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title states, I have a GPG key in my keyring on the host (as attested-to by
gpg --list-keys
), but when I'm in any of my distroxes (all msft devcontainers or similar)gpg --list-keys
doesn't show anything, and if I create a key inside a distrobox, the host can't see that key. Example:I'm using distrobox-assemble, so I can show you exactly how my distrobox is set up:
And I haven't done anything special/weird with the host's gpg configuration or anything either.
Even more strangely it seems that the distrobox cannot even find its own keys:
I would very much like to be able to sign commits from inside these distroboxes, so if you could please assist that'd be great!
Beta Was this translation helpful? Give feedback.
All reactions