Disable ControlMaster for cloud shell.

This commit is contained in:
David Tomaschik
2020-02-02 13:36:19 -08:00
parent fcbe2e781b
commit e4f2cc94b5

View File

@@ -14,6 +14,10 @@ CanonicalizeMaxDots 0
Host *.* Host *.*
CheckHostIP yes CheckHostIP yes
Host *.cloudshell.dev
# Cloudshell hostnames are too long for unix sockets
ControlMaster no
Match canonical all Match canonical all
CheckHostIP no CheckHostIP no
ControlMaster auto ControlMaster auto