From 658d806b6a7862c08bffcd925d5f678aa1be6dd0 Mon Sep 17 00:00:00 2001 From: drduh Date: Mon, 26 Dec 2022 11:22:19 -0800 Subject: [PATCH] mention wsl2-ssh-pageant alt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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