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