diff options
author | drduh <doc@duh.to> | 2018-02-25 09:45:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 09:45:08 -0800 |
commit | cf7c7d0e141970451472efe07299de5e2d2d5ca3 (patch) | |
tree | fefb5d4564a794924f235d1dcc43e182727e6c53 /README.md | |
parent | Merge pull request #50 from peckeltw/master (diff) | |
parent | Use gpgconf to get the ssh auth sock. (diff) | |
download | YubiKey-Guide-cf7c7d0e141970451472efe07299de5e2d2d5ca3.tar.gz |
Merge pull request #51 from slurms/patch-1
Use gpgconf to get the SSH auth socket.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1153,7 +1153,7 @@ If you are using Linux on the desktop, you may want to use `/usr/bin/pinentry-gn Depending on how your environment is set up, you might need to add these to your shell `rc` file: export GPG_TTY="$(tty)" - export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh" + export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent **Note** On some systems, for example Arch Linux-based distributions, you may need to replace the second and the third line with: |