diff --git a/cli/internal/common.go b/cli/internal/common.go index 66026d75..617c4153 100644 --- a/cli/internal/common.go +++ b/cli/internal/common.go @@ -280,6 +280,12 @@ Here are a few tips for debugging your local SSH config. Abra uses plain 'ol SSH to make connections to servers, so if your SSH config is working, Abra is working. +In the first place, Abra will always try to read your Docker context connection +string for SSH connection details. You can view your server context configs +with the following command. Are they correct? + + abra server ls + Is your ssh-agent running? You can start it by running the following command: eval "$(ssh-agent)"