doc: README: AddKeysToAgent yes

This commit is contained in:
kyb
2019-02-19 08:18:43 +02:00
parent 928608bc2c
commit 5d5709826a

View File

@@ -16,4 +16,11 @@ fish_ssh_agent
```fish
wget https://gitlab.com/kyb/fish_ssh_agent/raw/kyb/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/
```
```
## Useful note
Add this line to `~/.ssh/config`
```
AddKeysToAgent yes
```
With option enabled keys used by ssh will be automatically added to ssh-agent. No need to call `ssh-add`.