# GIT ssh config

Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa

# [github.com]
Host github.com
HostName github.com
Port 22
User git
IdentityFile ~/.ssh/id_rsa