From c98150841d8550a9c6c2f6c5a7601b58d4a4fc81 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 24 Aug 2025 10:40:52 +0200 Subject: [PATCH] fix: mention ssh-agent See https://git.coopcloud.tech/toolshed/abra/issues/576 --- docs/abra/trouble.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/abra/trouble.md b/docs/abra/trouble.md index 1feaade..774838f 100644 --- a/docs/abra/trouble.md +++ b/docs/abra/trouble.md @@ -23,6 +23,7 @@ Host example.com and your IdentityFile should be added to the authentication agent: ``` +eval `ssh-agent` ssh-add ~/.ssh/example@somewhere ```