aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorkiralex <kiralex@users.noreply.github.com>2017-12-18 08:26:33 +0100
committerGitHub <noreply@github.com>2017-12-18 08:26:33 +0100
commitbadf3cc5d9ba162a9b07dfe22b67f326dd5a99e0 (patch)
tree7d8a43acce5d21151991f7c5c6ceadc30fcc9988 /README.md
parentMention ssh multiplex to ease multiple connections (diff)
downloadYubiKey-Guide-badf3cc5d9ba162a9b07dfe22b67f326dd5a99e0.tar.gz
fix ssh-agent does not work on archlinux
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7781cc..5afecca 100644
--- a/README.md
+++ b/README.md
@@ -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