nixos-rebuild-ng: use hash token in ControlPath (#524882)

This commit is contained in:
Thiago Kenji Okada
2026-05-27 19:01:34 +00:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ SSH_DEFAULT_OPTS: Final = [
"-o",
"ControlMaster=auto",
"-o",
f"ControlPath={tmpdir.TMPDIR_PATH / 'ssh-%n'}",
f"ControlPath={tmpdir.TMPDIR_PATH / 'ssh-%C'}",
"-o",
"ControlPersist=60",
]