Skip to content

Instantly share code, notes, and snippets.

View florianblanchet's full-sized avatar

Florian Blanchet florianblanchet

View GitHub Profile
@florianblanchet
florianblanchet / README.md
Last active August 29, 2022 09:32 — forked from developius/README.md
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

Create a new repository, or reuse an existing one.

Generate a new SSH key:

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

-> avoid overwriting id_rsa : ~/.ssh/githubkey.pub instead and then : ssh-add ~/.ssh/githubkey