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