Inform how to add SSH identities to Keychain

Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
This commit is contained in:
Ralph von der Heyden 2014-11-07 16:56:10 +01:00 committed by Sorin Ionescu
parent 90eae2b491
commit 3cb1f7c4c9
1 changed files with 2 additions and 1 deletions

View File

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