create new ssh key gitlab code example
Example 1: create a ssh key
ssh-keygen -t rsa -C "[email protected]"
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
ssh-keygen -t rsa -C "[email protected]"
#1- Open GitLab and go to your account settings
#2- Click on SSH.
#3- Click on Add SSH Key