diff options
author | 2025-04-19 09:09:57 -0700 | |
---|---|---|
committer | 2025-04-19 09:09:57 -0700 | |
commit | f92fdd5a2e42fc5165c6e221da15456cd3780dc4 (patch) | |
tree | 2494e74c8c1e8354117a1157cf7203c041029986 | |
parent | 8c4d80d4afed332c3bed3d3d83421a7234831668 (diff) | |
download | YubiKey-Guide-f92fdd5a2e42fc5165c6e221da15456cd3780dc4.tar.gz YubiKey-Guide-f92fdd5a2e42fc5165c6e221da15456cd3780dc4.tar.zst YubiKey-Guide-f92fdd5a2e42fc5165c6e221da15456cd3780dc4.zip |
include windows gpg-agent option to fix #455
Diffstat (limited to '')
-rw-r--r-- | config/gpg-agent.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gpg-agent.conf b/config/gpg-agent.conf index d2363db..a623e78 100644 --- a/config/gpg-agent.conf +++ b/config/gpg-agent.conf @@ -12,3 +12,5 @@ pinentry-program /usr/bin/pinentry-curses #pinentry-program /usr/local/bin/pinentry-curses #pinentry-program /usr/local/bin/pinentry-mac #pinentry-program /opt/homebrew/bin/pinentry-mac +# https://developers.yubico.com/PGP/SSH_authentication/Windows.html +#enable-win32-openssh-support |