Skip to content

Instantly share code, notes, and snippets.

@dhedlund
Created November 3, 2011 22:21
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 dhedlund/1338058 to your computer and use it in GitHub Desktop.
Save dhedlund/1338058 to your computer and use it in GitHub Desktop.
PLUG Presentation - November 2011

Generating an SSH Key

ssh-keygen -f ~/.ssh/github
Host github.com
  Hostname github.com
  IdentityFile ~/.ssh/github
END

Register your GitHub public key in the web interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment