1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2025-03-12 19:06:04 +00:00

Merge pull request #475 from dennisxtria/master

chore(README): removed double quotes in exporting GPG_TTY env variable
This commit is contained in:
drduh 2025-03-03 23:08:20 +00:00 committed by GitHub
commit 3ab143b4c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1416,7 +1416,7 @@ To launch `gpg-agent` for use by SSH, use the `gpg-connect-agent /bye` or `gpgco
Add the following to the shell rc file: Add the following to the shell rc file:
```console ```console
export GPG_TTY="$(tty)" export GPG_TTY=$(tty)
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye > /dev/null gpg-connect-agent updatestartuptty /bye > /dev/null