aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--%HOME%/.ssh/config7
1 files changed, 7 insertions, 0 deletions
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