ssh-add ~/.ssh/your_id_rsa_filename.pub
#This helps you in case you have your ssh already configured.
#Otherwise configure it with:
$ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# Debug the SSH connection to github.com
ssh -v git@github.com