fix two minor typos

This commit is contained in:
David Xia 2025-08-09 09:52:58 -04:00 committed by GitHub
parent 997ba48130
commit 2b375e94f2
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: