fix: mention ssh-agent
All checks were successful
continuous-integration/drone/push Build is passing

See toolshed/abra#576
This commit is contained in:
2025-08-24 10:40:52 +02:00
parent 6436623d89
commit c98150841d

View File

@ -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
```