users/infinidoge: disable ssh ControlMaster in unison
This commit is contained in:
parent
34c844a6d6
commit
b911f8df9b
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ in
|
||||||
"BelowPath meta"
|
"BelowPath meta"
|
||||||
"Path metacache"
|
"Path metacache"
|
||||||
];
|
];
|
||||||
|
sshargs = [
|
||||||
|
"-o ControlMaster=no"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue