Skip to content

Instantly share code, notes, and snippets.

@PanagiotisPtr
Created July 4, 2018 18:11
Show Gist options
  • Save PanagiotisPtr/48817673f69b1b51645168b9a00a2d1d to your computer and use it in GitHub Desktop.
Save PanagiotisPtr/48817673f69b1b51645168b9a00a2d1d to your computer and use it in GitHub Desktop.
Add ssh key on Github

ssh-keygen -t rsa -b 4096 -C "[email protected]"

You will be aksed where you want to save the file. Choose something reasonable

ssh-add [file_location_from_before.pub]

Add your key on github ( User -> settings -> ssh keys ) Check that the key has been added

ssh-add -l

Cross your fingers and git clone

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