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

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