mirror of https://github.com/wlcx/home.git
ssh: enable keepalives
This commit is contained in:
parent
ced190e501
commit
8de7a7b154
|
@ -101,6 +101,8 @@ in {
|
|||
ssh = {
|
||||
enable = true;
|
||||
includes = ["~/.ssh/config.local"];
|
||||
serverAliveInterval = 30;
|
||||
serverAliveCountMax = 10;
|
||||
matchBlocks."*".user = "samw";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue