skipper: disable ssh controlMaster

This commit is contained in:
Adithya 2024-06-30 21:53:52 +05:30
parent 5a8b7d4c74
commit 7481a59fc4
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -2,6 +2,5 @@ _: {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
compression = true; compression = true;
controlMaster = "yes";
}; };
} }