Use non-existent file for control path

This commit is contained in:
Dustin Frisch 2023-06-27 12:10:08 +02:00 committed by GitHub
parent 71e06d0804
commit 5021e013f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,7 @@ impl Ssh {
"BatchMode=yes",
"-T",
"-o", "ControlMaster=no",
"-o", "ControlPath=/dev/null",
"-o", "ControlPath=/var/empty/non-existant",
]
.iter()
.map(|s| s.to_string())