# Create an SSH key. ssh-keygen # Copy this to the GitHub SSH key page. cat ~/.ssh/id_rsa.pub # Clone a git repository with SSH. git clone git@github.com:tlevine/foobar.git