Skip to content

Instantly share code, notes, and snippets.

@heyradcode
heyradcode / ssh-cheatsheet.md
Last active April 24, 2026 16:54
GitHub SSH Cheat Sheet

🔐 GitHub SSH Cheat Sheet

# Generate SSH key
ssh-keygen -t rsa -C "betterthanbestest@gmail.com"

# Add private key to agent
ssh-add ~/.ssh/id_best

# List loaded keys