From e4f2cc94b5a3a76c9b31c6b9eb226036090cf2cc Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 2 Feb 2020 13:36:19 -0800 Subject: [PATCH] Disable ControlMaster for cloud shell. --- dotfiles/ssh/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index 1dea896..c1e34ac 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -14,6 +14,10 @@ CanonicalizeMaxDots 0 Host *.* CheckHostIP yes +Host *.cloudshell.dev + # Cloudshell hostnames are too long for unix sockets + ControlMaster no + Match canonical all CheckHostIP no ControlMaster auto