
Host github-jc
#  User: Jonny Controlletti
   HostName github.com
   IdentityFile ~/.ssh/jc
   IdentitiesOnly yes

Host github-ap
#  User: Alexander Platz <AlexPl@addr.xy> more data
   HostName github.com
   IdentityFile ~/.ssh/aaaaa
   IdentitiesOnly yes

Host github-klaus-rindfrey
#  User: Klaus Rindfrey <kr@blah.de> <klausrin@cpan.org>
   HostName github.com
   IdentityFile ~/.ssh/kr
   IdentitiesOnly yes

Host github-jd
#  User: John Doe <johndoe@mymail.de>
   HostName github.com
   IdentityFile ~/.ssh/jd
   IdentitiesOnly yes
