Skip to content

Instantly share code, notes, and snippets.

@mittenchops
Created July 22, 2013 18:24
Show Gist options
  • Save mittenchops/6056247 to your computer and use it in GitHub Desktop.
Save mittenchops/6056247 to your computer and use it in GitHub Desktop.
How to not have to repeat your pubkey in unix. This weakens your security, so only use it on throwaway keys. You're generally better off just typing your password again.
$ eval "$(ssh-agent)"
$ ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment