Merge pull request #520 from davidxia/patch-1

fix two minor typos
This commit is contained in:
drduh 2025-09-17 17:09:30 -07:00 committed by GitHub
commit 10d1a82356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1628,7 +1628,7 @@ You should now be able to use `ssh -A remote` on the _local_ host to log into _r
#### Use S.gpg-agent.ssh
First you need to go through [GnuPG agent forwarding)](#gnupg-agent-forwarding), know the conditions for gpg-agent forwarding and know the location of `S.gpg-agent.ssh` on both the local and the remote.
First you need to go through [GnuPG agent forwarding](#gnupg-agent-forwarding), know the conditions for gpg-agent forwarding and know the location of `S.gpg-agent.ssh` on both the local and the remote.
You may use the command:
@ -1745,7 +1745,7 @@ On the local host, run:
gpgconf --list-dirs agent-extra-socket
```
This should return a path to agent-extra-socket - `/run/user/1000/gnupg/S.gpg-agent.extra` - though on older Linux distros (and macOS) it may be `/home/<user>/.gnupg/S/gpg-agent.extra`
This should return a path to agent-extra-socket - `/run/user/1000/gnupg/S.gpg-agent.extra` - though on older Linux distros (and macOS) it may be `/home/<user>/.gnupg/S.gpg-agent.extra`
Find the agent socket on the **remote** host: