mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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 {
|
(homeConfiguration {
|
||||||
programs.ssh = enabled {
|
programs.ssh = enabled {
|
||||||
controlMaster = "auto";
|
controlMaster = "auto";
|
||||||
|
controlPath = "~/.ssh/control/%r@%n:%p";
|
||||||
controlPersist = "60m";
|
controlPersist = "60m";
|
||||||
serverAliveCountMax = 2;
|
serverAliveCountMax = 2;
|
||||||
serverAliveInterval = 60;
|
serverAliveInterval = 60;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue