NixOS configuration for HPC cluster https://docs.hpc.informatik.hs-fulda.de/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
410 B

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