mih git ssh config

This commit is contained in:
yaso 2026-06-12 12:58:32 +02:00
parent f2076676f2
commit 8f9f834a23

10
mih_git_ssh_config.md Normal file
View file

@ -0,0 +1,10 @@
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