# A basic SSH config with no issues

Host github.com
  User git
  IdentityFile %d/.ssh/id_ed25519
  IdentitiesOnly yes

Host gitlab.com
  User git
  HostName gitlab.com
  PreferredAuthentications publickey
