Host github.com
  User git
  Hostname github.com
  PreferredAuthentications publickey
  IdentityFile /home/<user>/.ssh/<id_privatekeyname>
Host gitlab.com
  User git
  Hostname gitlab.com
  PreferredAuthentications publickey
  IdentityFile /home/<user>/.ssh/<id_privatekeyname>

Sources

Github ssh Gitlab ssh