aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorZenithal <i@zenithal.me>2020-12-24 21:08:41 +0800
committerZenithal <i@zenithal.me>2020-12-24 21:08:41 +0800
commit1eacf97835fb7de951bc715205a94de16e1d496f (patch)
treec25475520c2b24dfa9738c8a52fe208fdcd32460 /README.md
parentAdd subsections on chained agent forwarding (diff)
downloadYubiKey-Guide-1eacf97835fb7de951bc715205a94de16e1d496f.tar.gz
Rephrase one sentence according to one comment on drduh/YubiKey-Guide#225
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 905162a..a3977e8 100644
--- a/README.md
+++ b/README.md
@@ -2234,7 +2234,7 @@ The goal here is to make the SSH client inside WSL work together with the Window
#### Use ssh-agent or use S.weasel-pegant
-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` may be involved. Otherwise they are of no use or even harm the forwarding. See [SSH Agent Forwarding](#remote-machines-ssh-agent-forwarding) for more info.
+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.
Another way is to forward the gpg ssh socket, as described below.