Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stinoga
Forked from 23maverick23/create_ssh_key.sh
Created April 9, 2014 19: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 stinoga/10304676 to your computer and use it in GitHub Desktop.
Save stinoga/10304676 to your computer and use it in GitHub Desktop.
# 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