I'm following these instructions for how to set up SSH keys for use with GitHub.
The instructions tell you to delete your current .ssh directory and create new keys in that .ssh directory. I'm unable to do this as I already have keys in my id_dsa.pub that I need to use for other servers.
Is it possible to set up SSH for GitHub while preserving the keys I already have saved in .ssh? Or is there another way to set up SSH for GitHub?