Skip to content

Instantly share code, notes, and snippets.

@curiousstranger
Created February 19, 2010 18:51
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curiousstranger/309035 to your computer and use it in GitHub Desktop.
Save curiousstranger/309035 to your computer and use it in GitHub Desktop.
Unlock osx keychain from the command line. Must approve access via 'Keychain Access' before using
security unlock-keychain; security find-generic-password -ga /Users/mruser/.ssh/id_dsa 2>&1 > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment