Skip to content

Instantly share code, notes, and snippets.

View tushar2708's full-sized avatar
πŸ‘¨β€πŸ’»
Just learning how to learn stuff

Tushar Dwivedi tushar2708

πŸ‘¨β€πŸ’»
Just learning how to learn stuff
  • Bangalore, India
  • 05:11 (UTC +05:30)
View GitHub Profile
@tushar2708
tushar2708 / github_ssh_setup.md
Created May 12, 2025 15:23
Github SSH setup
# Generate SSH key
ssh-keygen -t ed25519 -C "[email protected]"

# Store the above in a file "~/.ssh/id_github_ed25519"

# Start ssh agent in the background
eval "$(ssh-agent -s)"