dab.io

Store ssh key in Keychain

ssh-add -K ~/.ssh/id_rsa

Add this to your ~/.ssh/config file:

Host *
    UseKeychain yes
    AddKeysToAgent yes
    IdentityFile ~/.ssh/id_rsa