Updated: 03 September 2023
Setup GitLab SSH for Git
You need to run the following from bash:
1ssh-keygen -t rsa -b 4096 -C "you@email.com"2cd .ssh/3cat id_rsa.pubThen copy the key displayed on your screen and add a new key on GitLab here
Updated: 03 September 2023
You need to run the following from bash:
1ssh-keygen -t rsa -b 4096 -C "you@email.com"2cd .ssh/3cat id_rsa.pubThen copy the key displayed on your screen and add a new key on GitLab here