Skip to content

Commit 659d71c

Browse files
committed
Fix redundant SSH configs for git servers
1 parent 89e83ce commit 659d71c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

ssh/config.d/git.conf

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,14 @@ Host github github.com
1515
Host gitlab gitlab.com
1616
HostName gitlab.com
1717

18-
Host version.helsinki.fi
19-
HostName version.helsinki.fi
18+
# These configurations are redundant, as they don't define anything new.
19+
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

Comments
 (0)