diff options
author | Michael Vorburger ⛑️ <mike@vorburger.ch> | 2019-09-17 20:12:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 20:12:16 +0200 |
commit | 42065a3b658feee4be5b96ee6e047a50e3f0fc3f (patch) | |
tree | 253fca8e6a38bdad8b58f8c662dd12e01bda34cf /README.md | |
parent | clarify that SSH_AUTH_SOCK should only be set locally, not on the remote server (diff) | |
download | YubiKey-Guide-42065a3b658feee4be5b96ee6e047a50e3f0fc3f.tar.gz |
put additional information into single line
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |