1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Change SSH control master path

This commit is contained in:
RGBCube 2024-05-23 14:56:27 +03:00
parent 3707930e63
commit f39b556993
No known key found for this signature in database

View file

@ -14,6 +14,7 @@
(homeConfiguration {
programs.ssh = enabled {
controlMaster = "auto";
controlPath = "~/.ssh/control/%r@%n:%p";
controlPersist = "60m";
serverAliveCountMax = 2;
serverAliveInterval = 60;