Skip to content
Update HOWTO Git for Contributors authored by Wirawan Purwanto's avatar Wirawan Purwanto
......@@ -14,8 +14,7 @@ Why do you need to set up an ssh key
**1. Setup SSH key on your local machine**
* `ssh-keygen -t rsa -f ~/.ssh/id_rsa_gitlab -C "Gitlab key from my
machine"`
* `ssh-keygen -t rsa -f ~/.ssh/id_rsa_gitlab -C "Gitlab key from my machine"`
* Passphrase can be empty or arbitrary password you can remember
**2. Save/Upload the Public key to gitlab **(~/.ssh/id_rsa_gitlab.pub)****
......
......