Setting up SSH Repository Access
- Generate a key pair if an existing pair doesn’t exist:
ssh-keygen -t ed25519 -C "[email protected]"
- Copy public key to clipboard:
cat ~/.ssh/id_ed25519.pub | xclip -selection c
- Go to GitHub keys settings and add the public key