aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2022-12-26 11:22:19 -0800
committerdrduh <github@duh.to>2022-12-26 11:22:19 -0800
commit658d806b6a7862c08bffcd925d5f678aa1be6dd0 (patch)
tree34db82aa97fe2c10c8a4f023f9cb436af676e687
parentmention KO attacks (diff)
downloadYubiKey-Guide-658d806b6a7862c08bffcd925d5f678aa1be6dd0.tar.gz
mention wsl2-ssh-pageant alt
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d170c35..22f7890 100644
--- a/README.md
+++ b/README.md
@@ -2545,7 +2545,7 @@ Now you can use PuTTY for public key SSH authentication. When the server asks fo
The goal here is to make the SSH client inside WSL work together with the Windows agent you are using (gpg-agent.exe in our case). Here is what we are going to achieve:
![WSL agent architecture](media/schema_gpg.png)
-**Note** this works only for SSH agent forwarding. Real GPG forwarding (encryption/decryption) is actually not supported. See the [weasel-pageant](https://github.com/vuori/weasel-pageant) readme for further information.
+**Note** this works only for SSH agent forwarding. Real GPG forwarding (encryption/decryption) is actually not supported. See [weasel-pageant](https://github.com/vuori/weasel-pageant) for further information or consider using [wsl2-ssh-pageant](https://github.com/BlackReloaded/wsl2-ssh-pageant) which supports both SSH and GPG agent forwarding.
#### Use ssh-agent or use S.weasel-pegant