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 ...@@ -14,8 +14,7 @@ Why do you need to set up an ssh key
**1. Setup SSH key on your local machine** **1. Setup SSH key on your local machine**
* `ssh-keygen -t rsa -f ~/.ssh/id_rsa_gitlab -C "Gitlab key from my * `ssh-keygen -t rsa -f ~/.ssh/id_rsa_gitlab -C "Gitlab key from my machine"`
machine"`
* Passphrase can be empty or arbitrary password you can remember * Passphrase can be empty or arbitrary password you can remember
**2. Save/Upload the Public key to gitlab **(~/.ssh/id_rsa_gitlab.pub)**** **2. Save/Upload the Public key to gitlab **(~/.ssh/id_rsa_gitlab.pub)****
... ...
......