Use github with ssh config

Host github
    HostName github.com
    User git
    IdentityFile ~/.ssh/id_rsa

Test, does it work:

ssh -T github

And clone:

git clone github:username/repository.git