diff options
author | Zenithal <i@zenithal.me> | 2020-12-24 21:08:41 +0800 |
---|---|---|
committer | Zenithal <i@zenithal.me> | 2020-12-24 21:08:41 +0800 |
commit | 1eacf97835fb7de951bc715205a94de16e1d496f (patch) | |
tree | c25475520c2b24dfa9738c8a52fe208fdcd32460 /README.md | |
parent | Add subsections on chained agent forwarding (diff) | |
download | YubiKey-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |