Conventionally setting up SSH agent for use is a bit of a pain as it has to be run before the user session is started.
Storing Passphrases in the Keychain
To store the passphrase for your default key in the Keychain open a Terminal and run:ssh-add -KAnd to store the passphrase for a different key run:
ssh-add -K /path/to/private/key/fileWhen prompted for your passphrase enter it and that is it.
No comments:
Post a Comment