mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-10 02:43:37 +02:00
Merge pull request #121 from Chili-Man/patch-1
Redirect gpg-connect-agent ouput to /dev/null when added to shell `rc` file
This commit is contained in:
commit
5d0f099ae2
1 changed files with 1 additions and 1 deletions
|
@ -1502,7 +1502,7 @@ Add these to the shell `rc` file:
|
|||
```console
|
||||
export GPG_TTY="$(tty)"
|
||||
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
|
||||
gpg-connect-agent updatestartuptty /bye
|
||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||
```
|
||||
|
||||
On some systems, you may need to use the following instead:
|
||||
|
|
Loading…
Add table
Reference in a new issue