Setup Multiple SSH Keys on a Mac

Learn how to setup multiple SSH keys on your mac. This can be useful when you need multiple accounts (may be for personal use or work) to be setup on a single mac.

Notes

Generating SSH Keys (Github Article)

Boilerplate Text for Config file:

Host testgithub
 HostName github.com
 User git
 IdentityFile ~/.ssh/id_rsa_testgithub