Store SSH keys in the Keychain - OS X

Users browsing this thread: 1 Guest(s)
yrmt
Grey Hair Nixers
This allows you to manage your ssh private key with the Mac OS X keychain:

1. Start ssh-agent for shell use:
# eval `ssh-agent -s`


2. Add your private key:
# ssh-add -K ~/.ssh/id_rsa