aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2023-08-13 13:09:12 -0700
committerGitHub <noreply@github.com>2023-08-13 13:09:12 -0700
commitb047e2f666663f6bd352404afde5325da990ffe4 (patch)
tree864b2d3fd10e1dff8aa2118096ff9e71b8fed7df /README.md
parentMerge pull request #377 from taigrr/polkit-req-376 (diff)
parentFix typo (diff)
downloadYubiKey-Guide-b047e2f666663f6bd352404afde5325da990ffe4.tar.gz
Merge pull request #379 from Dreista/patch-1
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f50a184..76382cf 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ If you have a comment or suggestion, please open an [Issue](https://github.com/d
- [OpenBSD](#openbsd)
- [Windows](#windows)
- [WSL](#wsl)
- - [Use ssh-agent or use S.weasel-pegant](#use-ssh-agent-or-use-sweasel-pegant)
+ - [Use ssh-agent or use S.weasel-pageant](#use-ssh-agent-or-use-sweasel-pageant)
- [Prerequisites](#prerequisites)
- [WSL configuration](#wsl-configuration)
- [Remote host configuration](#remote-host-configuration)
@@ -2425,7 +2425,7 @@ The goal here is to make the SSH client inside WSL work together with the Window
**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
+#### Use ssh-agent or use S.weasel-pageant
One way to forward is just `ssh -A` (still need to eval weasel to setup local ssh-agent), and only relies on OpenSSH. In this track, `ForwardAgent` and `AllowAgentForwarding` in ssh/sshd config may be involved; However, if you use the other way (gpg ssh socket forwarding), you should not enable `ForwardAgent` in ssh config. See [SSH Agent Forwarding](#remote-machines-ssh-agent-forwarding) for more info.