"The SSH protocol provides this security and allows you to authenticate to the GitLab remote server without supplying your username or password each time. "
In this video, I will show you how to Create and add your SSH key to GIT lab (you can do similarly with github, bitbucket)
Generate SSH key command:
ssh-keygen -t rsa -b 4096 -C "your username/or email"
Change the password of your SSH key
ssh-keygen -f ~/.ssh/id_rsa -p
00:00 Intro
00:50 The Prerequisite
Install GIT/ Source Tree (it includes Git). You can refer to the my another video • #Git #SourceTree | How to use SourceT...
02:06 Generate SSH key command
04:10 Add SSH Key to Gitlab account
05:15 Clone code from Gitlab using SSH Link
06:00 Change the password of your SSH key
ssh-keygen -f ~/.ssh/id_rsa -p