- Check if you have an SSH key already: cat ~/.ssh/id_rsa.pub
- If you don't have one, create a new one (empty passphrase): ssh-keygen -t rsa -f ~/.ssh/id_rsa
- Go to GitHub and add the key under settings > SSH and GPG keys
- Test your connection: ssh -T [email protected]