gitlab - yar145/mytestrepo1 GitHub Wiki

installation

Install self-managed GitLab

[Tutorial — Guide] Installing GitLab, GitLab CI on AWS EC2 from Zero

Configure GitLab FreeIPA LDAP Authentication

Configure GitLab FreeIPA LDAP Authentication

Use SSH keys to communicate with GitLab

Use SSH keys to communicate with GitLab yar@ysobolevsky:~/Downloads/gitlab/test1910$ cat ~/.ssh/config Host 195.182.194.209 KexAlgorithms +diffie-hellman-group-exchange-sha1 KexAlgorithms +diffie-hellman-group14-sha1 Host 195.182.194.22 KexAlgorithms +diffie-hellman-group-exchange-sha1 KexAlgorithms +diffie-hellman-group14-sha1 Host 194.44.38.24 KexAlgorithms +diffie-hellman-group-exchange-sha1 KexAlgorithms +diffie-hellman-group14-sha1 KexAlgorithms +diffie-hellman-group1-sha1 Ciphers aes256-ctr,aes128-ctr,aes256-cbc,aes128-cbc,3des-cbc

Host root.git.dev.kendoo.com Hostname git.dev.kendoo.com PreferredAuthentications publickey IdentityFile ~/.ssh/gitboongo

git push -v [email protected]:test/test1910.git master:main --tags