ssh setup for gitlab code example
Example 1: SSH for gitlab in ubuntu steps
cd ~/.ssh
ssh-keygen -t ed243519 -C "[email protected]"
Copy public ssh file from the folder named as “i434519.pub”
Paste it in gitlab ssh key options
Example 2: add ssh key to gitlab
#1- Open GitLab and go to your account settings
#2- Click on SSH.
#3- Click on Add SSH Key