From cb37e23abc17497b3ca8f97a5a24b3091e5ddb21 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Feb 2020 15:40:30 +0300 Subject: .ssh/config: add bitbucket.org/github.com alternatives --- %HOME%/.ssh/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index c6b4036..6e5a0ba 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -16,3 +16,10 @@ ServerAliveCountMax 3 ServerAliveInterval 15 Include ~/.ssh/config_local + +Host alt-bitbucket + Hostname altssh.bitbucket.org + Port 443 +Host alt-github + Hostname ssh.github.com + Port 443 -- cgit v1.2.3