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:
parent
3707930e63
commit
f39b556993
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
(homeConfiguration {
|
||||
programs.ssh = enabled {
|
||||
controlMaster = "auto";
|
||||
controlPath = "~/.ssh/control/%r@%n:%p";
|
||||
controlPersist = "60m";
|
||||
serverAliveCountMax = 2;
|
||||
serverAliveInterval = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue