How to add SSH Key in Gitlab
How to add SSH Key in Gitlab
In this article, we are going know about how to add ssh key to your GitLab account from system.
Step 1: Lets go to gitlab.com and open your profile or setting, and search SSH Keys in Sidebar, click on it.
Step 2: SSH Key page opens, then you will find an option to generate one SSH Key or you can use old SSH Key.
Step 3: You can create and configure ED25519 Keys for SSH - so use the following command on your CMD / Terminal / GitBash as follows:
The -C which is quoted as comment, there you can put your email address like: -C "example@email.com" to label or name your generated SSH Key.
Once the command is successful. OUTPUT will be as follows:
Step 4: After your SSH key generated as above, now need to copy that generated ED25519 Key known as SSH Key as follows:
OUTPUT:
Step 5: Finally we