2013-05-01 02:53:56 +00:00
|
|
|
GPG
|
|
|
|
===
|
|
|
|
|
|
|
|
Provides for an easier use of [GPG][1] by setting up [gpg-agent][2].
|
|
|
|
|
2013-05-18 23:27:40 +00:00
|
|
|
### 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*:
|
|
|
|
|
2017-07-21 01:07:29 +00:00
|
|
|
```conf
|
|
|
|
enable-ssh-support
|
|
|
|
```
|
2013-05-18 23:27:40 +00:00
|
|
|
|
|
|
|
When OpenSSH Agent protocol emulation is enabled, this module will load the SSH
|
|
|
|
module for additional processing.
|
|
|
|
|
2013-05-01 02:53:56 +00:00
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
|
|
|
*The authors of this module should be contacted via the [issue tracker][3].*
|
|
|
|
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
|
|
|
|
|
|
|
[1]: http://www.gnupg.org
|
|
|
|
[2]: http://linux.die.net/man/1/gpg-agent
|
|
|
|
[3]: https://github.com/sorin-ionescu/prezto/issues
|