Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Created May 13, 2016 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/134b64a923eddb87e6cc80cc4e3824dd to your computer and use it in GitHub Desktop.
Save marcusshepp/134b64a923eddb87e6cc80cc4e3824dd to your computer and use it in GitHub Desktop.
generating a public ssh-key on Mac OS X
ssh-keygen -t rsa && cat ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment