diff options
author | kiralex <kiralex@users.noreply.github.com> | 2017-12-18 08:52:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 08:52:18 +0100 |
commit | 02bfc69c2ac7119c4b167c4595d7fc8f9c46240e (patch) | |
tree | 5c8da65aa9f5c92cfaa842f501bc54a9f39a69b6 /README.md | |
parent | fix ssh-agent does not work on archlinux (diff) | |
download | YubiKey-Guide-02bfc69c2ac7119c4b167c4595d7fc8f9c46240e.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ``` |