Tag Archives: git

Connecting to GitHub with SSH

Connecting to GitHub with SSH * See: Connecting to GitHub with SSH * Briefly: # Check ssh keys ls -al ~/.ssh   # Generate ssh keys ssh-keygen -t rsa -b 4096 -C "my_email@my.com"   # Add ssh key to ssh-agent … Continue reading

Posted in git | Tagged , | Comments Off on Connecting to GitHub with SSH