mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-12-26 12:24:57 +08:00
commit
10d1a82356
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue