From 8f9f834a2321f2b141cacf56b7508ba07546c51e Mon Sep 17 00:00:00 2001 From: yaso Date: Fri, 12 Jun 2026 12:58:32 +0200 Subject: [PATCH] mih git ssh config --- mih_git_ssh_config.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mih_git_ssh_config.md diff --git a/mih_git_ssh_config.md b/mih_git_ssh_config.md new file mode 100644 index 00000000..19320289 --- /dev/null +++ b/mih_git_ssh_config.md @@ -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