From be3758ff64f1c373bfdcc4041471a086a901df13 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sun, 3 Sep 2017 16:01:20 +1000 Subject: [PATCH] Provide bitbucket.org SSH configuration, since it needs multiplexing to be disabled :/ --- .stow-rename | 1 + ssh/config.d/bitbucket.org | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 ssh/config.d/bitbucket.org diff --git a/.stow-rename b/.stow-rename index 51f56dd..5dfc9c8 100644 --- a/.stow-rename +++ b/.stow-rename @@ -1,2 +1,3 @@ config => .config local => .local +ssh => .ssh diff --git a/ssh/config.d/bitbucket.org b/ssh/config.d/bitbucket.org new file mode 100644 index 0000000..b074118 --- /dev/null +++ b/ssh/config.d/bitbucket.org @@ -0,0 +1,5 @@ +# vim: set ft=sshconfig : +Host bitbucket.org + # Bitbucket bans SSH multiplexing :/ + ControlPath none + User git