improve layout authored by Boman Romain's avatar Boman Romain
...@@ -64,16 +64,21 @@ Then click on the "Add" button. ...@@ -64,16 +64,21 @@ Then click on the "Add" button.
You can test that you are able to connect to GitLab with the following command (check that you target `gitlab.uliege.be` instead of `gitlab.com` in the instructions!): You can test that you are able to connect to GitLab with the following command (check that you target `gitlab.uliege.be` instead of `gitlab.com` in the instructions!):
``` ```
$ssh -T git@gitlab.uliege.be ssh -T git@gitlab.uliege.be
```
which produces the following output:
```
The authenticity of host 'gitlab.uliege.be (139.165.47.38)' can't be established. The authenticity of host 'gitlab.uliege.be (139.165.47.38)' can't be established.
ECDSA key fingerprint is SHA256:4DyJeec4s+THW2EOZw5xjGgk6ZUcgmWjCcX33hVep7g. ECDSA key fingerprint is SHA256:4DyJeec4s+THW2EOZw5xjGgk6ZUcgmWjCcX33hVep7g.
Are you sure you want to continue connecting (yes/no)? yes Are you sure you want to continue connecting (yes/no)? yes
``` ```
answer "yes" (you will be asked only once). answer `yes` (you will be asked only once).
``` ```
Warning: Permanently added 'gitlab.uliege.be,139.165.47.38' (ECDSA) to the list of known hosts. Warning: Permanently added 'gitlab.uliege.be,139.165.47.38' (ECDSA) to the list of known hosts.
```
```
Welcome to GitLab, @R.Boman! Welcome to GitLab, @R.Boman!
``` ```
If you do not get the welcome message, something went wrong in the previous steps. If you do not get the welcome message "Welcome to GitLab`, something went wrong in the previous steps.
\ No newline at end of file