From 1d4882c9e2420b99dbea0bc3a31379e848d56f07 Mon Sep 17 00:00:00 2001 From: yaso Date: Fri, 12 Jun 2026 13:35:38 +0200 Subject: [PATCH] remove ssh config md --- mih_git_ssh_config.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 mih_git_ssh_config.md diff --git a/mih_git_ssh_config.md b/mih_git_ssh_config.md deleted file mode 100644 index 19320289..00000000 --- a/mih_git_ssh_config.md +++ /dev/null @@ -1,10 +0,0 @@ -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