mih git ssh config
This commit is contained in:
parent
f2076676f2
commit
8f9f834a23
1 changed files with 10 additions and 0 deletions
10
mih_git_ssh_config.md
Normal file
10
mih_git_ssh_config.md
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue