mih-project/mih_git_ssh_config.md
2026-06-12 12:58:32 +02:00

10 lines
279 B
Markdown

Add the following to your ~/.ssh/config file
Host git.mzansi-innovation-hub.co.za
HostName git.mzansi-innovation-hub.co.za
User git
Port 222
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa