Skip to content

Instantly share code, notes, and snippets.

@fmasuhr
Last active March 1, 2016 10:35
Show Gist options
  • Save fmasuhr/6581808 to your computer and use it in GitHub Desktop.
Save fmasuhr/6581808 to your computer and use it in GitHub Desktop.
Store the passphrase for your default key in the Keychain. This will prevent you from entering this every time after a system restart.
# SSH key on OS X
ssh-add -K
# SSH key in Vagrant
# You might need to start ssh-agent before you run the ssh-add command
eval `ssh-agent -s`
ssh-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment