diff options
Diffstat (limited to 'doc/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 737b51bc0..8e0f1ff13 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -478,7 +478,9 @@ remote machine. @anchor{option --enable-ssh-support} @item --enable-ssh-support +@itemx --enable-putty-support @opindex enable-ssh-support +@opindex enable-putty-support Enable the OpenSSH Agent protocol. @@ -522,6 +524,12 @@ gpg-connect-agent /bye Adding the @option{--verbose} shows the progress of starting the agent. +The @option{--enable-putty-support} is only available under Windows +and allows the use of gpg-agent with the ssh implementation +@command{putty}. This is similar to the regular ssh-agent support but +makes use of Windows message queue as required by @command{putty}. + + @end table All the long options may also be given in the configuration file after |