From 42065a3b658feee4be5b96ee6e047a50e3f0fc3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Tue, 17 Sep 2019 20:12:16 +0200 Subject: [PATCH] put additional information into single line --- README.md | 4 +--- 1 file changed, 1 insertion(+), 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 /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)