Meta
Categories
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