aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorMichael Vorburger ⛑️ <mike@vorburger.ch>2019-09-17 20:12:16 +0200
committerGitHub <noreply@github.com>2019-09-17 20:12:16 +0200
commit42065a3b658feee4be5b96ee6e047a50e3f0fc3f (patch)
tree253fca8e6a38bdad8b58f8c662dd12e01bda34cf /README.md
parentclarify that SSH_AUTH_SOCK should only be set locally, not on the remote server (diff)
downloadYubiKey-Guide-42065a3b658feee4be5b96ee6e047a50e3f0fc3f.tar.gz
put additional information into single line
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4b6958c..d2345d7 100644
--- a/README.md
+++ b/README.md
@@ -1851,9 +1851,7 @@ RemoteForward <remote ssh socket path> /tmp/S.weasel-pageant
#### Remote host configuration
-You may have to add the following to the shell rc file (on Linux, this is only required on the laptop/workstation
-where the YubiKey is plugged in, and **NOT** on the remote host server that you connect to; in fact at least on
-some Linux distributions, changing SSH_AUTH_SOCK on the server breaks agent forwarding):
+You may have to add the following to the shell rc file: _(On Linux, this is only required on the laptop/workstation where the YubiKey is plugged in, and **NOT** on the remote host server that you connect to; in fact at least on some Linux distributions, changing SSH_AUTH_SOCK on the server breaks agent forwarding.)_
```
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)