I am using the following command to generate SSH-Keygen on my MAC
ssh-keygen -t rsa -b 4096 -C "<myemail to github>"
I want to create two SSH-keygen for my two GitHub accounts and then use them separately pushing to individual GitHub account. But when I create SSH-keygen file by default id_rsa file is used to login which allows only one git account to connect.
Please help me that how I can provide the correct SSH-keygen file while pushing the code to the GitHub repository.