From 5d5709826a8af691e1b611dc6c5d0f2983617b13 Mon Sep 17 00:00:00 2001 From: kyb Date: Tue, 19 Feb 2019 08:18:43 +0200 Subject: [PATCH] doc: README: AddKeysToAgent yes --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c12d87b..774c088 100644 --- a/README.md +++ b/README.md @@ -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/ -``` \ No newline at end of file +``` + +## 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`.