... | ... | @@ -5,7 +5,7 @@ These keys will make life easier. Don't worry about the details. Just follow the |
|
|
|
|
|
## Login to GitLab
|
|
|
|
|
|
- Make sure you are **logged in** on [https://git.ti.howest.be/](https://git.ti.howest.be/) if you aren't already.
|
|
|
- Make sure you are **logged in** on [https://gitlab.ti.howest.be/](https://gilab.ti.howest.be/) if you aren't already.
|
|
|
- Go to the right of the page (avatar-icon with a down-arrow) and press it followed by **settings**.
|
|
|
- At the left choose **SSH Keys**
|
|
|
- Keep this window open and proceed to the next step
|
... | ... | @@ -20,7 +20,7 @@ These keys will make life easier. Don't worry about the details. Just follow the |
|
|
- Some weird looking symbols should apear as shown in the image below.
|
|
|
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
|
|
|
## Copy (public) Key to GitLab
|
... | ... | @@ -36,16 +36,16 @@ These keys will make life easier. Don't worry about the details. Just follow the |
|
|
|
|
|
## Test if it works
|
|
|
|
|
|
To test you need to go back to the black window (git bash) and type the following command: ``ssh -T git@git.ti.howest.be`` Answer **yes** to the question "`Are you sure you want to continue connecting (yes/no)?`"
|
|
|
To test you need to go back to the black window (git bash) and type the following command: ``ssh -T git@gitlab.ti.howest.be`` Answer **yes** to the question "`Are you sure you want to continue connecting (yes/no)?`"
|
|
|
|
|
|
Try to run the same command again: ``ssh -T git@git.ti.howest.be``. Now it should only say "Welcome to GitLab, @firstname.lastname!"
|
|
|
Try to run the same command again: ``ssh -T git@gitlab.ti.howest.be``. Now it should only say "Welcome to GitLab, @firstname.lastname!"
|
|
|
|
|
|
|
|
|
# More information or troubleshooting
|
|
|
|
|
|
If there are teachers around, go ahead and ask! :)
|
|
|
|
|
|
Otherwise this might help: [SSH Explanation and Troubleshooting](https://git.ti.howest.be/ti-public/kickoff/2022-2023/-/wikis/software/ssh-explanation-and-problems)
|
|
|
Otherwise this might help: [SSH Explanation and Troubleshooting](https://gitlab.ti.howest.be/ti-public/kickoff/2022-2023/-/wikis/software/ssh-explanation-and-problems)
|
|
|
|
|
|
# Next up
|
|
|
|
... | ... | |