Configure SSH Key for a Git Repo

I do this infrequently enough that I can never remember how to do it. Enough is enough! Bah!

git clone git@github.com:<username>/<reponame>.git --config core.sshCommand="ssh -i /path/to/your/secret/ssh/key/file"

Bah!