You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
656 B
28 lines
656 B
12 years ago
|
GPG
|
||
|
===
|
||
|
|
||
|
Provides for an easier use of [GPG][1] by setting up [gpg-agent][2].
|
||
|
|
||
12 years ago
|
### 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.
|
||
|
|
||
12 years ago
|
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
|
||
|
|