aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--%HOME%/.ssh/config6
1 files changed, 6 insertions, 0 deletions
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