diff --git a/src/nix/host/ssh.rs b/src/nix/host/ssh.rs index 1622007f..b3083293 100644 --- a/src/nix/host/ssh.rs +++ b/src/nix/host/ssh.rs @@ -345,6 +345,8 @@ impl Ssh { "-o", "BatchMode=yes", "-T", + "-o", "ControlMaster=no", + "-o", "ControlPath=/var/empty/non-existant", ] .iter() .map(|s| s.to_string())