Table of Contents

 

 

 

 

 

 

Prerequisite(s)

Configure GPA

  1. Open Gnu Privacy Assistant (GPA)
  2. Edit > Backend Preferences

  3. GPG Agent > enable-putty-support

Restart gpg-agent

  1. Open a command prompt and run the following:

    cmd.exe
    gpg-connect-agent killagent /bye
    gpg-connect-agent /bye

Run agent on boot

  1. Open the Run dialog (Win + r)

  2. Run: shell:startup

  3. Right click in the window > New > Shortcut

  4. Browse to select C:\Program Files (x86)\GnuPG\bin\gpg-connect-agent.exe

  5. Optionally give the shortcut a friendlier name, and click Finish.

  6. Right click on the shortcut > Properties

  7. Add ' /bye' to the end of the target.

    Full target
    "C:\Program Files (x64)\GnuPG\bin\gpg-connect-agent.exe" /bye
  8. Optionally, set 'Run:' to 'Minimized' to make it less intrusive on startup.

Configure PuTTY

  1. In the PuTTY config, go to Connection > SSH > Auth

  2. Under "Authentication methods", enable "Attempt authentiation using Pageant" (this may be the default, in which case, there is nothing to do).

    PuTTY settings do not persist, unless you save the session.