We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e83ce commit 659d71cCopy full SHA for 659d71c
ssh/config.d/git.conf
@@ -15,5 +15,14 @@ Host github github.com
15
Host gitlab gitlab.com
16
HostName gitlab.com
17
18
-Host version.helsinki.fi
19
- HostName version.helsinki.fi
+# These configurations are redundant, as they don't define anything new.
+
20
+# ESA GitLab does not support SSH access from the internet.
21
+# https://gitlab.esa.int/esait/gitlab/-/wikis/Switching-from-git-over-ssh-to-git-over-https
22
+# Instead, it requires a Personal Access Token (PAT).
23
+# https://gitlab.esa.int/esait/gitlab/-/wikis/credentials-git-over-https
24
+# Host gitlab.esa.int
25
+# HostName gitlab.esa.int
26
27
+# Host version.helsinki.fi
28
+# HostName version.helsinki.fi
0 commit comments