diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-18 14:17:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-18 14:17:16 +0300 |
commit | 53a0e60b0f0a84cbcc7abb970a6786fc9d740201 (patch) | |
tree | db2a967ca3eef99f399c07945dd95143e65acc59 /%HOME%/.ssh/config | |
parent | .profile: add Rust binaries to PATH (diff) | |
download | linux-home-53a0e60b0f0a84cbcc7abb970a6786fc9d740201.tar.gz linux-home-53a0e60b0f0a84cbcc7abb970a6786fc9d740201.zip |
.ssh/config: git@ by default
Diffstat (limited to '')
-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 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 |