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 ~/Downloads/gitlab/test1910$ cat ~/.ssh/config Host 1.1.1.2 KexAlgorithms +diffie-hellman-group-exchange-sha1 KexAlgorithms +diffie-hellman-group14-sha1 Host 1.2.4.22 KexAlgorithms +diffie-hellman-group-exchange-sha1 KexAlgorithms +diffie-hellman-group14-sha1 Host 1.4.8.4 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.t.d.om Hostname t.d.om PreferredAuthentications publickey IdentityFile ~/.ssh/

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

Integrate LDAP with GitLab