aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-06-02 01:16:15 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-06-02 01:16:15 +0200
commitad308ec7f27e8e07c8167b84223997542b2faed2 (patch)
tree8fd646d08ea36201e4f696601a7468a6deba43f0
parentbash: adjust PS1 to Solarized light theme (diff)
downloadlinux-home-ad308ec7f27e8e07c8167b84223997542b2faed2.tar.gz
linux-home-ad308ec7f27e8e07c8167b84223997542b2faed2.zip
ssh: add GitLab settings
-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