Files
minimal-setups/content/snippets/0150-putty-and-hardware-keys.md
Wolfgang Hottgenroth b2249c06e9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
mdwiki test starts
2025-04-14 22:22:45 +02:00

14 lines
251 B
Markdown

<!--
title: PuTTY and OPENGPG hardware keys
-->
* install gpg4win installed
* create or edit the file `gpg-agent.conf`, usually in `c:\Users\XXX\AppData\Roaming\gnupg\`:
```
enable-putty-support
enable-ssh-support
use-standard-socket
```