Skip to content

gpg-agent support? #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ekollof opened this issue Dec 28, 2021 · 2 comments
Open

gpg-agent support? #12

ekollof opened this issue Dec 28, 2021 · 2 comments

Comments

@ekollof
Copy link
Contributor

ekollof commented Dec 28, 2021

Hi,

Your configuration seems to require passphrases in the config file. If you want to use this on a remote machine, it's bad practice to have secrets in the configuration. The python gnupg (which your module uses) supports gpg-agent and ssh can forward the socket, so maybe make the passphrase optional?

(See https://wiki.gnupg.org/AgentForwarding how that's done)

@wibru
Copy link

wibru commented Aug 24, 2022

I use gpg-agent with PASSPHRASE = ""

@ekollof
Copy link
Contributor Author

ekollof commented Sep 23, 2022

It's better to not have the variable defined at all, which my merge request takes care of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants