Skip to content

Instantly share code, notes, and snippets.

@yorkie
Created October 16, 2014 04:29
Show Gist options
  • Save yorkie/a2baa5eb7b77968ac3aa to your computer and use it in GitHub Desktop.
Save yorkie/a2baa5eb7b77968ac3aa to your computer and use it in GitHub Desktop.
generate ssh key for mac
ssh-keygen -t rsa -C "yorkiefixer@gmail.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
pbcopy < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment