Provide bitbucket.org SSH configuration, since it needs multiplexing to be disabled :/
This commit is contained in:
parent
a3a1105103
commit
be3758ff64
2 changed files with 6 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
config => .config
|
config => .config
|
||||||
local => .local
|
local => .local
|
||||||
|
ssh => .ssh
|
||||||
|
|
5
ssh/config.d/bitbucket.org
Normal file
5
ssh/config.d/bitbucket.org
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# vim: set ft=sshconfig :
|
||||||
|
Host bitbucket.org
|
||||||
|
# Bitbucket bans SSH multiplexing :/
|
||||||
|
ControlPath none
|
||||||
|
User git
|
Loading…
Reference in a new issue