I have two different git accounts.
Account 1 GitHub githubaccount@email.com
Account 2 GitLab gitlubaccount@email.com
In my .ssh folder I have a SSH Key from my GitHub account. In the config file I have
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_edxxxxx
In my git config --global user.mail and name I have the GitLab account information.
My question is the following, how can I use both accounts with their respective SSH keys for different projects? Is it possible?