diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-10 15:40:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-10 15:40:30 +0300 |
commit | cb37e23abc17497b3ca8f97a5a24b3091e5ddb21 (patch) | |
tree | ca6e92cc9700f399175f692699679cea11aabfad /%HOME%/.ssh/config | |
parent | Sublime Text 3: larger font, more rulers (diff) | |
download | linux-home-cb37e23abc17497b3ca8f97a5a24b3091e5ddb21.tar.gz linux-home-cb37e23abc17497b3ca8f97a5a24b3091e5ddb21.zip |
.ssh/config: add bitbucket.org/github.com alternatives
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 |