fix ssh controlpath on macos
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
User = "root";
|
User = "root";
|
||||||
ControlMaster = "auto";
|
ControlMaster = "auto";
|
||||||
ControlPersist = "3600";
|
ControlPersist = "3600";
|
||||||
ControlPath = "/run/user/%i/ssh-socket-%r@%h:%p";
|
ControlPath = lib.mkIf config.lumpiastyHome.linux "/run/user/%i/ssh-socket-%r@%h:%p";
|
||||||
ServerAliveInterval = 20;
|
ServerAliveInterval = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user