fix: mention ssh-agent
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
See toolshed/abra#576
This commit is contained in:
@ -23,6 +23,7 @@ Host example.com
|
|||||||
and your IdentityFile should be added to the authentication agent:
|
and your IdentityFile should be added to the authentication agent:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
eval `ssh-agent`
|
||||||
ssh-add ~/.ssh/example@somewhere
|
ssh-add ~/.ssh/example@somewhere
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user