diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-06-02 01:16:15 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-06-02 01:16:15 +0200 |
commit | ad308ec7f27e8e07c8167b84223997542b2faed2 (patch) | |
tree | 8fd646d08ea36201e4f696601a7468a6deba43f0 /%HOME% | |
parent | bash: adjust PS1 to Solarized light theme (diff) | |
download | linux-home-ad308ec7f27e8e07c8167b84223997542b2faed2.tar.gz linux-home-ad308ec7f27e8e07c8167b84223997542b2faed2.zip |
ssh: add GitLab settings
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.ssh/config | 6 |
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 |