From 53a0e60b0f0a84cbcc7abb970a6786fc9d740201 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 18 Feb 2020 14:17:16 +0300 Subject: .ssh/config: git@ by default --- %HOME%/.ssh/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '%HOME%/.ssh/config') diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 6e5a0ba..1fda757 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -17,9 +17,16 @@ ServerAliveInterval 15 Include ~/.ssh/config_local +Host bitbucket.org + User git +Host github.com + User git + Host alt-bitbucket + User git Hostname altssh.bitbucket.org Port 443 Host alt-github + User git Hostname ssh.github.com Port 443 -- cgit v1.2.3