diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 00:18:46 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 00:18:46 +0100 |
commit | 6992f0deaee13d45d062a9384bfeec922715ae01 (patch) | |
tree | 7f246841fbd74e524183930844adbb8a07bec158 | |
parent | .profile: setup brew (diff) | |
download | linux-home-6992f0deaee13d45d062a9384bfeec922715ae01.tar.gz linux-home-6992f0deaee13d45d062a9384bfeec922715ae01.zip |
ssh: shorten the config
-rw-r--r-- | %HOME%/.ssh/config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 73533cd..892aeb0 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -26,11 +26,7 @@ ExitOnForwardFailure yes Include config_local config_my_hosts -Host bitbucket.org - User git -Host github.com - User git -Host gitlab.com +Host github.com bitbucket.org gitlab.com User git Host alt-bitbucket |