aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-02-18 14:17:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-02-18 14:17:16 +0300
commit53a0e60b0f0a84cbcc7abb970a6786fc9d740201 (patch)
treedb2a967ca3eef99f399c07945dd95143e65acc59
parent.profile: add Rust binaries to PATH (diff)
downloadlinux-home-53a0e60b0f0a84cbcc7abb970a6786fc9d740201.tar.gz
linux-home-53a0e60b0f0a84cbcc7abb970a6786fc9d740201.zip
.ssh/config: git@ by default
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