Answers for "SSH for gitlab in ubuntu steps"

0

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
Posted by: Guest on March-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language