diff options
author | kiralex <kiralex@users.noreply.github.com> | 2017-12-18 08:26:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 08:26:33 +0100 |
commit | badf3cc5d9ba162a9b07dfe22b67f326dd5a99e0 (patch) | |
tree | 7d8a43acce5d21151991f7c5c6ceadc30fcc9988 /README.md | |
parent | Mention ssh multiplex to ease multiple connections (diff) | |
download | YubiKey-Guide-badf3cc5d9ba162a9b07dfe22b67f326dd5a99e0.tar.gz |
fix ssh-agent does not work on archlinux
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1164,6 +1164,11 @@ Depending on how your environment is set up, you might need to add these to your export GPG_TTY="$(tty)" 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 +``` +export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh" +``` ### Copy public key to server |