1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

Make gpg-agent and ssh-agent work with each other

This commit is contained in:
Sorin Ionescu
2013-05-18 19:27:40 -04:00
parent fcab2a1713
commit 1622abb830
2 changed files with 31 additions and 7 deletions

View File

@@ -3,6 +3,17 @@ GPG
Provides for an easier use of [GPG][1] by setting up [gpg-agent][2].
### 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
-------