Store SSH keys in the Keychain - OS X
Users browsing this thread: 1 Guest(s)
|
|||
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 |
|||
Messages In This Thread |
Store SSH keys in the Keychain - by yrmt - 27-06-2014, 11:30 AM
|