You can verify that the GitHub accounts are added using the following command:
ssh -T git@me.github.com
It will prompt with a message :
Hi {username}! You've successfully authenticated
Same method for the second account:
ssh -T git@github.com
It will prompt with a message :
Hi {username}! You've successfully authenticated