mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Use SSH control master
This commit is contained in:
parent
aa5364bd67
commit
5f74f4da2a
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
|
|
||||||
(desktopHomeConfiguration {
|
(desktopHomeConfiguration {
|
||||||
programs.ssh = enabled {
|
programs.ssh = enabled {
|
||||||
|
controlMaster = "auto";
|
||||||
|
controlPersist = "60m";
|
||||||
|
serverAliveCountMax = 2;
|
||||||
|
serverAliveInterval = 60;
|
||||||
|
|
||||||
matchBlocks."*".setEnv = {
|
matchBlocks."*".setEnv = {
|
||||||
COLORTERM = "truecolor";
|
COLORTERM = "truecolor";
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue