From ad308ec7f27e8e07c8167b84223997542b2faed2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Jun 2022 01:16:15 +0200 Subject: ssh: add GitLab settings --- %HOME%/.ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '%HOME%') diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index e2f5957..e78d5bf 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -26,6 +26,8 @@ Host bitbucket.org User git Host github.com User git +Host gitlab.com + User git Host alt-bitbucket User git @@ -35,3 +37,7 @@ Host alt-github User git Hostname ssh.github.com Port 443 +Host alt-gitlab + User git + Hostname altssh.gitlab.com + Port 443 -- cgit v1.2.3