Skip to content

Instantly share code, notes, and snippets.

@sdurandeu
Last active August 29, 2015 14:01
Show Gist options
  • Save sdurandeu/aae46604b1ab27001885 to your computer and use it in GitHub Desktop.
Save sdurandeu/aae46604b1ab27001885 to your computer and use it in GitHub Desktop.
Create SSH Key and Key Fingerprint
// see https://help.github.com/articles/generating-ssh-keys
// Get fingerprint
ssh-keygen -l -f /path/to/keys/id_rsa.pub
// Generate key
ssh-keygen -t rsa -C "your_email@example.com"
ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment