fix: mention ssh authetication agent in abra trouble
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Wiktor W. 2024-01-05 18:40:08 +01:00
parent 1363a20979
commit 47b07ff342
1 changed files with 6 additions and 0 deletions

View File

@ -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/<domain>` first. You can then try to re-create by using `abra server add ...` again.