diff options
Diffstat (limited to '%HOME%/.ssh/config')
-rw-r--r-- | %HOME%/.ssh/config | 7 |
1 files changed, 7 insertions, 0 deletions
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 |