All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
14 lines
251 B
Markdown
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
|
|
```
|
|
|
|
|