Skip to content

Instantly share code, notes, and snippets.

@matteocollina
Created October 10, 2019 08:05
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 matteocollina/8d7efd2904127e8ff520a90e60273815 to your computer and use it in GitHub Desktop.
Save matteocollina/8d7efd2904127e8ff520a90e60273815 to your computer and use it in GitHub Desktop.
# Create a public key (https://git-scm.com/book/it/v1/Git-sul-Server-Generare-la-Propria-Chiave-Pubblica-SSH)
$ ssh-keygen -t rsa
# If it doesn't work
$ ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment