diff options
author | drduh <github@duh.to> | 2022-12-26 11:22:19 -0800 |
---|---|---|
committer | drduh <github@duh.to> | 2022-12-26 11:22:19 -0800 |
commit | 658d806b6a7862c08bffcd925d5f678aa1be6dd0 (patch) | |
tree | 34db82aa97fe2c10c8a4f023f9cb436af676e687 | |
parent | mention KO attacks (diff) | |
download | YubiKey-Guide-658d806b6a7862c08bffcd925d5f678aa1be6dd0.tar.gz |
mention wsl2-ssh-pageant alt
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |