From 3cb1f7c4c927243cceea0e2e08d8d366c2ba7dcb Mon Sep 17 00:00:00 2001 From: Ralph von der Heyden Date: Fri, 7 Nov 2014 16:56:10 +0100 Subject: [PATCH] Inform how to add SSH identities to Keychain Signed-off-by: Sorin Ionescu --- modules/ssh/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ssh/README.md b/modules/ssh/README.md index 45bd2bd..7324ae9 100644 --- a/modules/ssh/README.md +++ b/modules/ssh/README.md @@ -4,7 +4,8 @@ SSH Provides for an easier use of [SSH][1] by setting up [ssh-agent][2]. This module is disabled on Mac OS X due to custom Apple SSH support rendering it -unnecessary. +unnecessary. Use `ssh-add -K` to store identities in Keychain; they will be +added to `ssh-agent` automatically and persist between reboots. Settings --------