mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2024-11-22 15:28:06 +00:00
Update README.md
This commit is contained in:
parent
badf3cc5d9
commit
02bfc69c2a
@ -1165,9 +1165,10 @@ Depending on how your environment is set up, you might need to add these to your
|
||||
export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"
|
||||
gpgconf --launch gpg-agent
|
||||
|
||||
**Note : ** On some systems, for example Archlinux based distros, you need to replace the second line by
|
||||
**Note : ** On some systems, for example Archlinux based distros, you need to replace the second and the third line by
|
||||
```
|
||||
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
|
||||
gpg-connect-agent updatestartuptty /bye
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user