From 6992f0deaee13d45d062a9384bfeec922715ae01 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Jan 2023 00:18:46 +0100 Subject: ssh: shorten the config --- %HOME%/.ssh/config | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3