Skip to content

Instantly share code, notes, and snippets.

View d0ntblink's full-sized avatar
👌
Committing miniscule amounts of programming

Gary K d0ntblink

👌
Committing miniscule amounts of programming
View GitHub Profile
@xirixiz
xirixiz / Set up GitHub push with SSH keys.md
Last active November 9, 2025 09:20 — forked from developius/README.md
Set up GitHub push with SSH keys

SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

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