Skip to content

Instantly share code, notes, and snippets.

@23maverick23
Created November 23, 2013 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 23maverick23/7614484 to your computer and use it in GitHub Desktop.
Save 23maverick23/7614484 to your computer and use it in GitHub Desktop.
Bash: Create ssh key
# generate ssh key
ssh-keygen -t rsa
# copy public key to clipboard
pbcopy < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment