mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-04-18 08:14:22 +02:00
chore(README): removed double quotes in exporting GPG_TTY env variable
This commit is contained in:
parent
219423db05
commit
5d98fdeaba
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```console
|
||||
export GPG_TTY="$(tty)"
|
||||
export GPG_TTY=$(tty)
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue