From 47b07ff3420c3102ba448e836b4ce8723916f443 Mon Sep 17 00:00:00 2001 From: "Wiktor W." Date: Fri, 5 Jan 2024 18:40:08 +0100 Subject: [PATCH] fix: mention ssh authetication agent in abra trouble --- docs/abra/trouble.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/abra/trouble.md b/docs/abra/trouble.md index 986e054..aedb82a 100644 --- a/docs/abra/trouble.md +++ b/docs/abra/trouble.md @@ -20,6 +20,12 @@ Host example.com IdentityFile ~/.ssh/example@somewhere ``` +and your IdentityFile should be added to the authentication agent: + +``` +ssh-add ~/.ssh/example@somewhere +``` + ## "abra server ls" shows the wrong details? You can use `abra server rm` to remove the incorrect details. Make sure to take a backup of your `~/.abra/servers/` first. You can then try to re-create by using `abra server add ...` again.