ea25ccf62c
If `GPG_AGENT_PID` is unset, grep will succeed if another gpg-agent is running as it will match the string `gpg-agent` where the PID was an empty string. Set a default value for grep to a value that will never match if unset, i.e. -1. |
||
---|---|---|
.. | ||
init.zsh | ||
README.md |
GPG
Provides for an easier use of GPG by setting up gpg-agent.
SSH
To enable OpenSSH Agent protocol emulation, and make gpg-agent
a drop-in
replacement for ssh-agent
, add the following line to
~/.gnupg/gpg-agent.conf:
enable-ssh-support
When OpenSSH Agent protocol emulation is enabled, this module will load the SSH module for additional processing.
Authors
The authors of this module should be contacted via the issue tracker.