Provide bitbucket.org SSH configuration, since it needs multiplexing to be disabled :/

This commit is contained in:
Danielle McLean 2017-09-03 16:01:20 +10:00
parent a3a1105103
commit be3758ff64
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 6 additions and 0 deletions

View file

@ -1,2 +1,3 @@
config => .config config => .config
local => .local local => .local
ssh => .ssh

View file

@ -0,0 +1,5 @@
# vim: set ft=sshconfig :
Host bitbucket.org
# Bitbucket bans SSH multiplexing :/
ControlPath none
User git